ASCII

Stands for "American Standard Code for Information Interchange." ASCII is a character encoding that uses numeric codes to represent characters. These include upper and lowercase English letters, numbers, and punctuation symbols.

Standard ASCII

Standard ASCII can represent 128 characters. It uses 7 bits to represent each character since the first bit of the byte is always 0. For instance, a capital "T" is represented by 84, or 01010100 in binary. A lowercase "t" is represented by 116 or 01110100 in binary. Other keyboard keys are also mapped to standard ASCII values. For example, the Escape key (ESC) is 27 in ASCII and the Delete key (DEL) is 127.

ASCII codes may also be displayed as hexadecimal values instead of the decimal numbers (0 to 127) listed above. For example, the ASCII value of the Escape key (27) in hexadecimal is 1B. The hexadecimal value of the Delete key (127) is 7F.

Extended ASCII

The 128 (27) characters supported by standard ASCII are enough to represent all standard English letters, numbers, and punctuation symbols. However, it is not sufficient to represent all special characters and characters from other languages. Extended ASCII helps solve this problem by adding an extra 128 values, for a total of 256 (28) characters. The additional binary values start with a 1 instead of a 0. For example, in extended ASCII, the character "é" is represented by 233, or 11101001 in binary. The capital letter "Ö" is represented by 214, or 11010110 in binary.

While extended ASCII doubles the character set of standard ASCII, it does not include nearly enough characters to support all languages. Some Asian languages, for example, require thousands of characters. Therefore, other character encodings, such as Latin-1 (ISO-8859-1) and UTF-8 are now more commonly used than ASCII for documents and webpages. UTF-8 supports over one million characters.

Updated April 27, 2020 by Per C.

quizTest Your Knowledge

The CPL metric in advertising stands for cost per ____?

A
Loss
0%
B
Lead
0%
C
Leverage
0%
D
Lesson
0%
Correct! Incorrect!     View the Lead definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of ASCII on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.