Text to ASCII/Unicode Code Converter

Convert text to a list of decimal character codes and back — covers the full Unicode range, not just 7-bit ASCII.

748 views

Text ↔ Character Codes

Type in either box: text encodes to a comma-separated list of decimal Unicode code points (one per character), and codes decode back to text. Classic ASCII only covers 0-127 — this tool also handles Turkish characters, accented letters and emoji correctly by using each character's full code point rather than truncating to a byte.

Frequently Asked Questions

Is this really ASCII, or something more?

True 7-bit ASCII only covers codes 0-127 (English letters, digits, basic punctuation). This tool uses the same idea but extends it to full Unicode code points, so Turkish letters (ç, ğ, ş, ı) and emoji convert correctly instead of breaking.

What separator does the code list use?

Commas, by default with a space after each — but the decoder also accepts codes separated by plain spaces or line breaks.

Similar Tools