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

What does it mean to concatenate two text strings?

A
To join them together
0%
B
To compare their length
0%
C
To identify common characters
0%
D
To determine whether they are identical
0%
Correct! Incorrect!     View the Concatenation 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 bar directly below the definition.

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

TechTerms Newsletter

Improve your technical knowledge with our daily or weekly newsletter! Subscribe today and get new terms and quizzes delivered to your inbox.

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.