ASCII
- ASCII
- American Standard Code for Information Interchange.
In ASCII the letters of the alphabet, digits and various punctuation symbols are assigned a unique 7 bit number (0-127). cf Unicode.
On most systems there is also an additional set of 128 "extended ASCII codes" that are used to represent a variety of other symbols. These extended codes are not part of the ASCII standard.
For more information see:
- www.cryer.co.uk/brian/misc/ascii_table.htm - List of ASCII codes.
- www.cs.tut.fi/~jkorpela/chars.html - Tutorial on character encoding, ASCII, UNICODE and others.
- http://everything.explained.at/ascii/ - ASCII explained.