Different codebooks
Computer makers used different character codes. Moving text between systems could mean translating from one code to another.
American Standard Code for Information Interchange
Binary can store numbers. ASCII was an agreement about what some of those numbers should mean.
Try a character. Watch the number and bits change.
ASCII originally used 7 bits, which gives 128 possible codes. On these pages we show the value inside an 8-bit byte, so a leading 0 is added.
Computer makers used different character codes. Moving text between systems could mean translating from one code to another.
ASCII became ASA standard X3.4. It used 7 bits, giving 128 possible codes for letters, numbers, punctuation, and control instructions.
Revisions refined the standard. ASCII became a common way for computers and communication equipment to exchange text.
Every box is one code from 0 to 127. Click one to inspect it — or use the hunt to learn where things live.
Click a group to highlight it in the table. Uppercase and lowercase versions of the same English letter are 32 apart: A = 65, a = 97.