ASCII Converter
Free online ASCII converter. Convert text to ASCII / Unicode character codes and convert codes back to text instantly. Runs 100% in your browser with no uploads.
What are ASCII and Unicode character codes?
Every character has a number. ASCII, from 1963, assigned 0-127 to English letters, digits and control characters — 'A' is 65, 'a' is 97, space is 32. Unicode extended the same first 128 codes to cover every writing system and emoji, currently defining nearly 300,000 code points.
This converter shows the full Unicode code point for any character and converts space-separated codes back to text — handy for debugging encoding issues and understanding what programs actually store.
How to use
- 01Choose the direction: Text → ASCII codes or ASCII codes → Text.
- 02Type your text, or paste space-separated character codes.
- 03Click Convert.
- 04Copy or download the result.
Frequently asked questions
- Are these ASCII codes or Unicode code points?
- For characters 0–127 they are identical to classic ASCII. Beyond that, the tool shows full Unicode code points, so every character including emoji works.
- What format do I use to convert codes back to text?
- Enter decimal numbers separated by spaces or commas — for example 72 105 33 becomes 'Hi!'.
- Is my data private?
- Yes. The conversion runs entirely in your browser.