Encoding / Decoding
Base64, URL, HTML and other encoder/decoder tools
Base64 Encode / Decode
Encode or decode text using Base64.
→
URL Encode / Decode
Percent-encode or decode URLs.
→
HTML Entity Encode
Encode or decode HTML entities for safe HTML output.
→
Unicode Escape
Convert text to/from Unicode escape sequences (\uXXXX).
→
Hex Encode / Decode
Convert text to/from hexadecimal (0x or raw hex).
→
Morse Code
Convert text to/from Morse code (dots and dashes).
→
Punycode Encode / Decode
Convert domain names to/from Punycode (IDN).
→
JSON String Escape
Escape or unescape strings for JSON (\n \" \uXXXX).
→
ASCII / Code Point Lookup
Look up character code points in decimal and hexadecimal.
→