Input
String
Output
Hex
Frequently Asked Questions
How do I use Hex ⇄ String?
Step 2 — the hex representation appears on the right in real time; each byte is two lower-case hex digits with a space between bytes for readability. Step 3 — to go the other way, paste a hex string on the right; the tool automatically strips common prefixes and separators such as spaces, commas, 0x and \x before…
What can Hex ⇄ String do?
Typical scenarios: Inspect input / output bytes while debugging cryptographic algorithms; analyse hex data in captured network packets (Wireshark, tcpdump); work with serial, Bluetooth or TCP binary protocols; store or transmit keys and…
Is my data private when I use Hex ⇄ String?
Privacy: All conversion runs locally in your browser and no data is uploaded, so you can safely debug strings that contain secrets, tokens or proprietary protocol data. Privacy: All conversion runs locally in your browser and no data is uploaded, so you can safely debug strings that contain secrets, tokens or…
What technical details should I know about Hex ⇄ String?
During parsing, the tool supports spaces, commas, 0x prefixes (for example 0x48 0x69 ) and \x prefixes (for example \x48\x69 ) and strips them before decoding. The hex string length must be even, otherwise an error is shown.