ASCII Converter

Convert text to ASCII character codes and decode ASCII codes back to text. Free, fast, and easy to use.

0 characters | 0 bytes
Letters to Numbers
No output
Numbers to Letters
No output
0 characters | 0 bytes

ASCII Table (Printable Characters)

Numbers (0-9)

0=48
1=49
2=50
3=51
4=52
5=53
6=54
7=55
8=56
9=57

Uppercase Letters (A-Z)

A=65
B=66
C=67
D=68
E=69
F=70
G=71
H=72
I=73
J=74
K=75
L=76
M=77
N=78
O=79
P=80
Q=81
R=82
S=83
T=84
U=85
V=86
W=87
X=88
Y=89
Z=90

Lowercase Letters (a-z)

a=97
b=98
c=99
d=100
e=101
f=102
g=103
h=104
i=105
j=106
k=107
l=108
m=109
n=110
o=111
p=112
q=113
r=114
s=115
t=116
u=117
v=118
w=119
x=120
y=121
z=122

What is ASCII?

ASCII (American Standard Code for Information Interchange) is a character encoding standard that represents text in computers and other devices. Each character is assigned a unique number from 0 to 127.

Developed in the 1960s, ASCII became the foundation for character encoding in modern computing. It includes letters (A-Z, a-z), numbers (0-9), punctuation marks, and control characters.

ASCII Character Ranges:

  • 0-31: Control characters (non-printable)
  • 32-47: Symbols and punctuation
  • 48-57: Numbers (0-9)
  • 65-90: Uppercase letters (A-Z)
  • 97-122: Lowercase letters (a-z)
  • 123-127: Additional symbols

Examples

Example 1: Simple Text

Hi72 105

Example 2: Word with Numbers

Code12367 111 100 101 49 50 51

Example 3: Decoding ASCII

72 101 108 108 111Hello

Common Use Cases

Programming & Development

Debug character encoding issues and understand text representation.

Data Transmission

Convert text for protocols that require ASCII codes.

Learning & Education

Teach computer science fundamentals and character encoding.

Cryptography

Convert messages for encryption and decryption processes.

How to Use the ASCII Converter

Text to ASCII Code Conversion

Converting text to ASCII codes is simple with our ASCII converter tool. Just type any text, and each character will be converted to its ASCII code value. For example, the letter "A" converts to ASCII code 65, while "a" converts to 97.

ASCII to Text Decoding

To decode ASCII codes back to text, enter ASCII numbers separated by spaces. Our ASCII decoder will instantly convert the codes to readable characters. This is perfect for decoding ASCII messages or debugging character encoding issues.

ASCII Converter FAQ

What does ASCII stand for?

ASCII stands for American Standard Code for Information Interchange. It's a character encoding standard that assigns numeric codes to letters, numbers, and symbols. The ASCII table includes 128 characters, with codes ranging from 0 to 127.

What is the ASCII code for common characters?

Common ASCII codes include: Space (32), 0-9 (48-57), A-Z (65-90), a-z (97-122). Special characters like ! (33), @ (64), and # (35) also have specific ASCII values. Use our ASCII chart above for a complete reference.

How do I convert ASCII to text?

To convert ASCII to text, enter the ASCII numbers (separated by spaces) into our converter. For example, "72 101 108 108 111" converts to "Hello". Our ASCII to text converter handles the conversion automatically.

What's the difference between ASCII and Unicode?

ASCII uses 7 bits and supports 128 characters, mainly for English text. Unicode is a much larger character set that includes characters from all world languages, emojis, and symbols. ASCII is a subset of Unicode, so ASCII codes are the same in both systems.

Is this ASCII converter free?

Yes! Our ASCII code converter is completely free to use with no limits. Convert text to ASCII, decode ASCII to text, and access the full ASCII table reference without any registration or fees.

ASCII-Related Terms

ASCII convertertext to ASCIIASCII to textASCII codeASCII tableASCII chartASCII decoderASCII encodercharacter encodingASCII valuesASCII charactersASCII codes listconvert to ASCIIASCII translationASCII alphabetASCII numbersASCII symbolsASCII generatorASCII code converterASCII online

Help Us Improve

Your feedback is incredibly valuable to us! If you have suggestions, found a bug, or want to request new features, please let us know.