What this tool does
Converts between Unicode text and raw ASCII code points (0–255) lists.
Steps
- Unicode → ASCII: enter text and click the first button.
- ASCII → Unicode: enter codes separated by comma/space and click the second button.
Example
- ABC → 65, 66, 67
- 72 101 108 108 111 → Hello
Notes
- Only ASCII range 0–255 is supported in the ASCII → Unicode path.
- All processing is local to your browser.