Hex to Text
Decode hexadecimal UTF-8 bytes into readable text.
Text
How to decode hex to text
Example
48 65 6c 6c 6f Converted instantly in your browser - Every pair of hexadecimal digits represents one byte.
- EncodeLab accepts common separators and removes optional 0x prefixes.
- The resulting bytes are decoded using UTF-8.
More encoding tools
Binary Translator Translate text and binary instantly. Everything stays in your browser. Binary Converter Convert binary and decimal whole numbers with arbitrary precision. Text to Binary Turn readable text into UTF-8 binary bytes. Binary to Text Decode valid 8-bit binary groups into readable text. Morse Code Translator Translate text to Morse code and decode Morse back to text. Hex Converter Translate text and hexadecimal UTF-8 bytes in either direction.
Frequently asked questions
What hex separators can I use?
Spaces, commas, colons, and hyphens are supported.
Is my input uploaded?
No. EncodeLab performs this conversion locally in your browser. Your input is not sent to an EncodeLab server or stored by us.
Why must hex contain an even number of digits?
A complete byte requires two hexadecimal digits.
What if the decoded text looks invalid?
The bytes may use a different character encoding or may not represent text.