Hex Decoder
Decodes a hexadecimal byte string back into text. Runs entirely in your browser — nothing is sent to a server.
Decodes a hexadecimal byte string back into text. Runs entirely in your browser — nothing is sent to a server.
Use cases
- Reading a hex-encoded value found in a log or config file
- Verifying a hex value decodes to what you expect
Examples
Simple text
6869
hi
FAQ
Is my data sent to a server?
No — this tool runs entirely in your browser.