Hex Decoder

Convert hexadecimal bytes back to readable text. Interprets hex pairs as UTF-8 byte sequences.

Input
Output
Share Link
Settings

Related Tools

Frequently Asked Questions

What format should the input be in?
Enter hex pairs like 48656c6c6f. Spaces and newlines are ignored. Both uppercase and lowercase hex digits are accepted.
What encoding does the output use?
The hex bytes are interpreted as UTF-8 and decoded to a Unicode string.

About Hex Decoder

This tool interprets hex byte pairs as UTF-8 encoded text and produces the corresponding Unicode string. Whitespace in the input is ignored for convenience.