ASCII stands for
American Source Code for Information Interchange.
As part of this system, every letter, number, and punctuation symbol has a special number, or ASCII code. These numbers are in the binary system, which uses the digits 0 and 1. Each symbol has 8 digits.
--------------------------------------------------------------------------------------------------------
Here is a table of all the upper and lower case letters of our alphabet and their ASCII
code.
A computer converts these letters into ASCII code when it performs its functions.
It is important to remember that there are no spaces between the codes the letters.
For example, the word dog would be : 011001000110111101100111
|