Loading…

How to use Hex to Text

Paste hexadecimal values, and the tool decodes them back to readable text.

Frequently asked questions

Should hex be uppercase or lowercase?

Either works — the decoder normalizes to uppercase before parsing.

Can I paste hex with spaces?

Yes — '48 65 6C 6C 6F' and '48656c6c6f' are both decoded to 'Hello'.

What if I have a 0x prefix?

The 0x prefix is stripped automatically before decoding.

More Encoders & Decoders

ASCII Code Lookup
Look up ASCII codes and convert characters to/from codes
Text to Octal
Encode text as octal (base 8) numbers
Unicode Encoder
Encode text to Unicode code points (\\u escape format)
Unicode Decoder
Decode Unicode escape sequences back to text
Unicode Character Lookup
Look up any Unicode character by code point or name
JWT Decoder
Decode & inspect JWT tokens (header, payload, signature)
Caesar Cipher
Encode or decode text with the classic Caesar shift cipher
Vigenère Cipher
Encrypt or decrypt text using the Vigenère polyalphabetic cipher
Atbash Cipher
Encode text using the Atbash mirror substitution cipher
Morse Code Encoder
Convert text to Morse code with audio playback support
Quoted-Printable Encoder
Encode text using MIME quoted-printable encoding for email
XML Encoder / Decoder
Encode and decode XML special characters safely

← View all Encoders & DecodersBrowse all 1,100+ tools →