What this tool does
It bundles several common reversible conversions into one place, so you can move between readable text and formats like hex, binary, ASCII codes, Base32, URL-safe Base64, Data URLs, HTML entities, and ROT13.
Convert text with hex, binary, ASCII, Base32, URL-safe Base64, Data URLs, HTML entities, and ROT13 directly in your browser. Everything stays on the page, so your text is never uploaded or stored in server memory.
Encode turns plain text into the selected output format. Decode reverses that format back into readable text when possible.
Hex mode converts UTF-8 text into hexadecimal byte pairs and can turn those bytes back into readable text.
See how long the current input and output are in characters and UTF-8 bytes.
It bundles several common reversible conversions into one place, so you can move between readable text and formats like hex, binary, ASCII codes, Base32, URL-safe Base64, Data URLs, HTML entities, and ROT13.
Every conversion runs locally in your browser. Your text never leaves the page, is never uploaded, and never touches server memory.
data: string and can pull readable text back out.<, >, and &.These are encoding and transformation tools, not encryption. They are useful for compatibility, debugging, and formatting, but they do not secure secrets by themselves. For binary payloads or file-based Base64 work, use the dedicated Base64 tool.