Text to ASCII

Full Unicode support—not limited to ASCII range despite the short name.

Inspect strings as decimal code point sequences for debugging fonts, normalization, or teaching. Output is space-separated decimals.

Text
Code points

How it works

The string is iterated by Unicode code points (including emoji as one value).

Each code point is printed in decimal and separated by spaces.

ASCII vs Unicode

ASCII covers 0 to 127; this tool still shows higher values for characters outside ASCII.

Privacy

Runs locally.

Common questions

UTF-8 bytes?
Use Text to binary for UTF-8 byte patterns.
Combining characters?
Each code point is listed separately; accents may be separate symbols.
Empty string?
Empty output.
Hex output?
Not here. Decimal only.