Find the ASCII/Unicode code of any character instantly.
| Input | Output |
|---|---|
| A | 65 (0x41) |
| a | 97 (0x61) |
| 0 | 48 (0x30) |
For the first 128 code points, yes — 'A' is 65 in both systems.
Yes — each character's code is listed on its own line.
Yes — their Unicode code points are shown (may span multiple code units).