Hex ↔ Text Converter
Convert text to hexadecimal bytes and back (UTF-8).
How it works
View text as space-separated hex bytes (UTF-8), or convert hex back to readable text. Helpful for debugging binary protocols, firmware dumps, and encoded payloads.
Example: Hello becomes 48 65 6c 6c 6f (UTF-8 bytes).
Input
Output