Why convert text to hex?
Debugging encodings, crafting binary protocols and reading network dumps all require seeing the actual bytes. Paste any text above to get its UTF-8 bytes as hexadecimal pairs.
How it works
The text is encoded as UTF-8 locally, and each byte is printed as a two-digit lowercase hex pair separated by spaces — easy to read and accepted back by the Hex to Text tool.