ASCII Converter

Convert text to its ASCII character codes.

ASCII codes 72 105 33

Formula: Each character becomes its ASCII code

Step-by-step with your numbers:
1. Values used:
2.
3. ASCII codes = 72 105 33
Did we solve your problem today?

ASCII assigns each character a number from 0 to 127.

The math behind it

Each character maps to its code point: 'A' is 65, 'a' is 97, '0' is 48.

Worked example

Hi! becomes 72 105 33.

FAQ

What about emoji?

Those are beyond ASCII; this shows their underlying code units.