Text To Ascii | How to use and interpret results
Expand text into Unicode code points in decimal, hexadecimal or both. Despite the ASCII name, Korean characters and emoji are included beyond ASCII's 0–127 range.
- Runs in your browser
- Nothing is uploaded
- No signup; device limits apply
Loading the tool. If it does not appear, reload this page.
How to use this tool
Enter text and choose the display notation. Newlines and tabs receive readable labels; distinguish a code point from the byte sequence used to encode it.
Results and examples
A is decimal 65 and 0x41, while 가 is decimal 44032 and 0xAC00. Use the text-to-hex byte tool when you need 가's three UTF-8 bytes instead.
Worked example
A is decimal 65 and 0x41, while 가 is decimal 44032 and 0xAC00. Use the text-to-hex byte tool when you need 가's three UTF-8 bytes instead.
Limitations
- A code point is separate from its font-rendered shape.
- A joined emoji can contain several code points despite appearing as one symbol.
Fields
| Field | Guidance and constraints |
|---|---|
| Text | Check the unit and format displayed beside this field. |
| Decimal | Check the unit and format displayed beside this field. |
| Hexadecimal | Check the unit and format displayed beside this field. |
| Both | Check the unit and format displayed beside this field. |
| Result | Check the unit and format displayed beside this field. |
Data handling
Processing stays in the current browser tab; the site does not upload tool input for the calculation itself.
Sources
Frequently asked questions
Is 가 an ASCII character?
A is decimal 65 and 0x41, while 가 is decimal 44032 and 0xAC00. Use the text-to-hex byte tool when you need 가's three UTF-8 bytes instead.
Are its UTF-8 bytes the same as its code point?
A code point is separate from its font-rendered shape. A joined emoji can contain several code points despite appearing as one symbol.