Hex to Text Converter

Paste text to get hex, or paste hex codes to decode back to text.

Enter Text

Results

Enter text on the left and click Convert to begin.

How to use

  1. Enter text or hex in the input
  2. Click Convert to Hex or Convert to Text
  3. Copy the output

Use cases

Frequently asked questions

What does each hex pair represent?
Each two-character hex pair represents one byte, which corresponds to one ASCII character in plain text.
Do I need spaces or delimiters between hex values?
This tool accepts space-separated hex pairs. It also handles continuous hex strings for standard ASCII text.
Can I convert Unicode text beyond ASCII to hex?
Yes. Non-ASCII characters are converted to their UTF-8 multi-byte hex representation.
Is hex encoding the same as hex encryption?
No. Hex is just a number representation, not encryption. Anyone can decode it without a key.

Related tools