Free Online Hex to Text Converter

Convert hexadecimal strings to readable text and text to hex. Supports ASCII encoding.

Input
Output

How to Use This Hex to Text Converter

Paste hex values (space-separated or continuous) and click Hex → Text, or paste text and click Text → Hex.

What hex format is expected?

Enter hex bytes separated by spaces (e.g. 48 65 6C 6C 6F) or as a continuous string (48656C6C6F). Both uppercase and lowercase are accepted.

Does it support 0x prefix?

The converter automatically strips 0x prefixes, so both "0x48" and "48" work.

Is my data stored?

No. All conversion runs locally in your browser.