Skip to content
iTextKitTools

Text to ASCII Code Converter

Convert text into its ASCII/Unicode decimal code points (for example, “A” = 65). Useful for programming, debugging and learning how text is stored.

Result

The result will appear here…

How to use the Text to ASCII

  1. 1Type or paste your text above.
  2. 2Read the decimal code points.
  3. 3Copy them with one click.

About ASCII codes

ASCII assigns a number (0–127) to common characters: “A” is 65, “a” is 97, “0” is 48 and a space is 32. Modern systems extend this with Unicode, which keeps the same values for basic characters and adds code points for symbols and emoji. This tool shows the decimal code point for each character you type.

Text to ASCII reference chart

Quick reference for letters A–Z and digits 0–9.

a97
b98
c99
d100
e101
f102
g103
h104
i105
j106
k107
l108
m109
n110
o111
p112
q113
r114
s115
t116
u117
v118
w119
x120
y121
z122
048
149
250
351
452
553
654
755
856
957

Frequently asked questions

Is this ASCII or Unicode?+

For standard characters it matches ASCII; for symbols and emoji it returns the full Unicode code point.