Convert Text to Hex and Back
Convert text to hexadecimal (UTF-8) and back.
🔒 100% client-side — no data sent
Convert text into hexadecimal and decode hex back into readable text in an instant. Useful for debugging, encoding data or analyzing low-level values. Conversion happens entirely in your browser, with no data transmitted.
What is it for?
- ▸ Encode a text string into hexadecimal
- ▸ Decode a hex value back into readable text
- ▸ Inspect the byte representation of a character
- ▸ Prepare data for a low-level protocol
FAQ
Does the conversion handle accented characters?
Yes, the tool relies on UTF-8 encoding to support special characters.
Can I decode hexadecimal back to text?
Yes, the conversion works both ways, text to hex and hex to text.
Is my data private?
Yes, everything is processed locally in your browser, nothing is sent to a server.
Related tools
Base32 · encode / decode Encode and decode text to and from Base32 (RFC 4648) in your browser. Base58 encode/decode Encode and decode text in Base58 (Bitcoin, IPFS) right in your browser. Base64 · encode / decode Encode and decode text to and from Base64 (UTF-8), right in your browser. Base64URL encode/decode Encode and decode Base64URL (URL-safe variant used in JWT), in your browser. BBCode → HTML Convert forum BBCode into clean, sanitized HTML, right in your browser. Text ↔ binary Convert text to binary (ASCII/UTF-8) and back.