
Rot47 a Caesar cipher - encodes/ decode string changing all ASCII characters 47 places and leaving the rest of the string including spaces unchanged. Rot13 a Caesar cipher - encodes/ decode string changing only the letters 13 places and leaving the rest of the string including spaces unchanged. Text Upside Down - encodes / decode flipping lowercase (a-z) upside down and decodes back. Toggle Text Case - encodes / decode string changing uppercase to lowercase and lowercase to uppercase.Ĭhange Text Case - encodes / decode string changing every letter to uppercase and decodes all to lowercase.

Can be text, numbers as well as utf-8 encoding. Text Reverse - encodes/ decode string changing the text direction and reversing the individual words spelling. Used in url shortening of url variable (integer only) cannot handle large numbers. Encode and you will get the address without the 1 at the front.īase62 - encodes/ decode integer using base62. Test: Decode any bitcoin public address for hexadecimal without the 00 at the front. It works (with or without) the prefixes 1, 5, 3, 00, 05 or 80 which is not given. Used to WIF for the public address and private key for that address. Used in url shortening of url variable for (integer only) cannot handle large numbers.īase58 - Bitcoin - encodes / decode hexadecimal to base58 for bitcoin and back. Octal from Decimal - encodes / decode a decimal(integer) value into Octal.īase58 - flickr - encodes/ decode integer using base58. Octal from Binary - encodes / decode a binary value into Octal value. Only what charset utf-8 sees as special characters if you have set your webpage charset to utf-8 in the header tags.īinary from Decimal - encodes / decode a decimal(integer) value into binary. Htmlentities webcopy - This method is more practical for checking your web content for strange characters. Does not encode letters or numbers or ? \ / " " is "?" is ? "\" is \ "/" is / Htmlentities Number codes - encodes/ decode special characters to UTF-8 HTML number codes only. encodes number encodes for "-" and "~" as they do not have a name code.Ĭan decode more than it encodes, all html name codes, numbers codes and hex codes, over 55K. Htmlentities Name codes - encodes/ decodes special characters to UTF-8 HTML name codes. Urlencode - encodes/ decode a string to be used as a query in an URL. Uuencode - encodes/ decode a string (including binary) to unix to unix encode algorithm. Test: Hello world! = 48656c6c6f20776f726c6421īase64 - encodes/ decode a string to MIME base64 format. One character at a time.(Binary and decimal are treated as ascii character digits). Hex from Ascii - encodes/ decode converts an ASCII text string into hexadecimal string. base(10 to 16) and decodes base(16 to 10).

Hex from Decimal - encodes/ decode decimal(integer) into hexadecimal. *updated** Can now decode lowercase hexadecimal. Hex from Binary - encodes/ decode binary to hexadecimal. More Coming Soon! or you can contact us and make a suggestion.
CODE DECIPHER TOOL ONLINE PASSWORD
Use this encode/decode online tool to encode and decode a string, binary, decimal, hexadecimal, words, password or phases, and a few more useful for programmers and web developers to test and get ideas:- uuencode, urlencode, html entities (special characters) name codes and number codes.

Universal Encoder Decoder Simple Tools used by students and programmers Worldwide.
