ASCII - American Standard Code for Information Interchange
About the same time that IBM was developing EBCDIC, a group of engineers
from the American Standards Association were developing another code for
representing character data. The result was
ASCII - the
American
Standard
Code for
Information
Interchange.
ASCII used 7 bits to represent characters, giving 128 possible symbols.
Here is the
original ASCII table from 1963. Like EBCDIC, the grey areas represent
non-printable control keys (Esc, Del, Backspace, etc.), as well as
special characters used in data transmission.
To find the ASCII code for a particular character,
- Locate the character in the table (for example, "J")
- Write down the three "Low Order"
bits on the left side of the table
directly across from the character (for "J", they are
100).
- Write down the four "High Order" bits at the top of the table,
directly above the character (for "J", they are
1010).