ASCII

Revision as of 06:44, 14 April 2008 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ASCII - (pronounced /ˈæski/) The American Standard Code for Information Interchange is a standard seven-bit code that was proposed by ANSI in 1963, and finalized in 1968, and maybe a guy named Robert W. Bemer was involved in the process. ASCII specifies a correspondence between digital bit patterns and character symbols. The purpose is to create a standard for computers, and other data processing equipment. ASCII developed from telegraphic codes and its first commercial use was as a seven-bit teleprinter code promoted by Bell data services.

The standard ASCII character set uses 7-bit code and consists of 128 decimal numbers ranging from zero through 127 assigned to letters, numbers, punctuation marks, and the most common special characters. The Extended ASCII Character Set also consists of 128 decimal numbers and ranges from 128 through 255 representing additional special, mathematical, graphic, and foreign characters. On common 8-bit systems, an 8th parity bit compliments the patterns of seven binary digits (a range of 0 to 127 decimal) which represent each ASCII character.

The later added extended ASCII characters were added to the original ASCII character set as the result of the computer industry specifically. MS-DOS uses a superset of ASCII called extended ASCII or high ASCII. The extended character set uses 8-bit encoding rather than 7-bit.

  • control characters: ASCII reserves the first 32 codes (numbers 0–31 decimal) for control characters such as printer control and device control.
  • printable characters: a space, letters, digits, punctuation marks, and printable symbols.
  • extended characters: 8-bit later addition to the original ASCII characters include non-English characters, graphics symbols, and mathematical symbols.

Lower ASCII Table

Upper ASCII Table

 

 

Last modified on 14 April 2008, at 06:44