ASCII to Text Converter

Convert ASCII decimal, hexadecimal, or binary codes back to readable text — paste codes and get text instantly.

How to Convert ASCII to Text

Paste your ASCII codes into the input box above — space or comma separated — select the format (decimal, hex, binary, or auto-detect), and the converter instantly outputs the corresponding text. For example, entering "72 101 108 108 111" produces "Hello".

Common ASCII Code References

Decimal 32 = space | 48–57 = 0–9 | 65–90 = A–Z | 97–122 = a–z. In hexadecimal: 20 = space | 41–5A = A–Z | 61–7A = a–z.

ASCII covers only 128 characters (English letters, digits, basic symbols). Unicode extends this to over 1 million characters, covering all world scripts, emoji, and special symbols. The first 128 Unicode code points are identical to ASCII.
Copied!