Text to ASCII
Convert text characters to ASCII values
Input Text
ASCII Values
ASCII values will appear here...
About ASCII
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.
Common ASCII Values
- • Space: 32
- • Numbers 0-9: 48-57
- • Capital A-Z: 65-90
- • Lowercase a-z: 97-122