Encoding & Decoding
Base64, URL, HTML entity, hex, binary, and more encoding tools.
Coming Soon
Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 back to text.
URL Encoder/Decoder
Encode or decode URL components and query strings.
HTML Entity Encoder/Decoder
Encode special characters to HTML entities or decode them back.
Backslash Escape/Unescape
Escape or unescape backslash sequences in strings.
Hex to ASCII
Convert hexadecimal values to ASCII text.
ASCII to Hex
Convert ASCII text to hexadecimal values.
Binary Encoder/Decoder
Convert text to binary representation and back.
Octal Encoder/Decoder
Convert text to octal representation and back.
Unicode Encoder/Decoder
Encode text to Unicode escape sequences or decode them back.
Morse Code Translator
Translate text to Morse code and back.
ROT13 Encoder/Decoder
Apply ROT13 letter substitution cipher to text.
Punycode Encoder/Decoder
Encode internationalized domain names to Punycode or decode them.
Quoted-Printable Encoder/Decoder
Encode or decode text using Quoted-Printable encoding for email.
Base32 Encoder/Decoder
Encode text to Base32 or decode Base32 back to text.
Base58 Encoder/Decoder
Encode or decode data using Base58 encoding, commonly used in Bitcoin.