ASCII Encoder/Decoder
Enter text to encode or decode.
Example: 72 101 108 108 111
0 characters
0 characters
About ASCII Encoding
ASCII (American Standard Code for Information Interchange) is a character encoding standard that assigns numbers 0-127 to letters, digits, punctuation, and control characters. Characters 0-31 and 127 are control characters, 32-126 are printable characters. Extended characters (128+) are part of Unicode, not standard ASCII.