1 : ASCII 2 : Overview 2.1 : ASCII control characters 2.2 : ASCII printable characters 2.3 : Variants of ASCII 3 : See also 4 : External links
ASCII (American Standard Code for Information Interchange, generally pronounced ASS-key) is a character set and a character encoding based on the Roman alphabet as used in modern English and other Western European languages. It is most commonly used by computers and other communication equipment to represent text and by control devices that work with text.
Overview
Like other character representation computer codes, ASCII specifies a correspondence between digital bit patterns and the symbols/glyphs of a written language, thus allowing digital devices to communicate with each other and to process, store, and communicate character-oriented information. The ASCII character encoding, or a compatible extension (see below), is used on nearly all common computers, especially personal computers and workstations. The preferred MIME name for this encoding is "US-ASCII".
ASCII is, strictly, a seven-bit code, meaning that it uses the bit patterns representable with seven binary digits (a range of 0 to 127 decimal) to represent character information. At the time ASCII was introduced, many computers dealt with eight-bit groups (bytes) as the smallest unit of information; the eighth bit was commonly used as a parity bit for error checking on communication lines or other device-specific functions.
ASCII does not specify any way to include information about the conceptual structure or appearance of a piece of text. That requires other standards, such as those specifying markup languages. Conceptual structure can be included using XML and appearance can be specified by using HTML for relatively simple things, SGML for more complex things, or PostScript, Display PostScript, or TeX for advanced layout and font control.
ASCII was first published as a standard in 1963 by the American Standards Association (ASA), which later became ANSI. There are many variations of ASCII, but its present, most widely-used form is ANSI X3.4-1986, also standardized as ECMA-6, ISO/IEC 646:1991 International Reference Version, ITU-T Recommendation T.50 (09/92), and RFC 20. It is embedded in its probable replacement, Unicode, as the 'lowest' 128 characters. ASCII is considered by some the most successful software standard ever promulgated.
Historically, ASCII developed from telegraphic codes and its first commercial use was as a 7-bit teleprinter code promoted by Bell data services. The Bell System had been planning to use a 6-bit code derived from Fieldata that added punctuation and lower-case letter to the earlier 5-bit Baudot teleprinter code but was persuaded to instead join the ASA subcommittee that was developing ASCII. Baudot helped in the automation of sending and receiving of telegraphic messages, and took many features from Morse code; it was however, a constant length code unlike Morse code. Compared to earlier telegraph codes, the proposed Bell code and ASCII were both reordered for more convenient sorting (ie, alphabetization) of lists, and added features for devices other than teleprinters. Some ASCII features, including the 'ESCape sequence', were due to Robert Bemer.
ASCII control characters
The first thirty-two codes (numbers 0-31 decimal) in ASCII are reserved for control characters: codes that were not originally intended to carry information, but rather to control devices (such as printers) that make use of ASCII. For example, character 10 represents the "line feed" function (which causes a printer to advance its paper), and character 27 represents the "escape" key found on the top left of common keyboards.
Code 127 (all seven bits on) is another special character known as "delete" or "rubout". Though its function is similar to that of other control characters, this pattern was used so that it could be used to "erase" a section of paper tape, a popular storage medium until the 80's, by punching all possible holes at a particular character position.
Many of the ASCII control codes are to mark data packets, or to control a data transmission protocol (i.e., ENQuiry (effectively, "any stations out there?"), ACKnowledge, Negative AcKnowledge, Start Of Header, Start Of Text, End Of Text, etc). ESCape and SUBstitute permit a communications protocol to, for instance, mark binary data so that if it contains codes with the same pattern as a protocol character, the code will be processed as data.
The separator characters (Record Separator, etc.) were intended for use with magnetic tape systems.
XON and XOFF are common interpretations of two of the Device Control characters and are generally used to throttle data flow to a slow device, such as a printer, from a fast device, such as a computer so data does not overrun and be lost.
Early users of ASCII adopted some of the control codes to represent "meta-information" such as end-of-line, start/end of a data element, and so on. These assignments often conflict, so part of the effort in converting data from one format to another is making the correct meta-information transformations. For example, the character(s) representing end-of-line ("new line") in text data files/streams vary from operating system to operating system. When moving files from one system to another, these characters must be recognized as end-of-line markers and converted appropriately.
{| border="1" cellpadding="2" cellspacing="0"
|- valign="bottom"
!Binary
!Decimal
!Hex
!Abbreviation
!Printable Representation
!Name/Meaning
|-
|0000 0000
|align="center"|0
|align="center"|00
|align="center"|NUL
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␀
|Null character
|-
|0000 0001
|align="center"|1
|align="center"|01
|align="center"|SOH
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␁
|Start of Header
|-
|0000 0010
|align="center"|2
|align="center"|02
|align="center"|STX
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␂
|Start of Text
|-
|0000 0011
|align="center"|3
|align="center"|03
|align="center"|ETX
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␃
|End of Text
|-
|0000 0100
|align="center"|4
|align="center"|04
|align="center"|EOT
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␄
|End of Transmission
|-
|0000 0101
|align="center"|5
|align="center"|05
|align="center"|ENQ
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␅
|Enquiry
|-
|0000 0110
|align="center"|6
|align="center"|06
|align="center"|ACK
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␆
|Acknowledgement
|-
|0000 0111
|align="center"|7
|align="center"|07
|align="center"|BEL
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␇
|Bell
|-
|0000 1000
|align="center"|8
|align="center"|08
|align="center"|BS
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␈
|Backspace
|-
|0000 1001
|align="center"|9
|align="center"|09
|align="center"|HT
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␉
|Horizontal Tab
|-
|0000 1010
|align="center"|10
|align="center"|0A
|align="center"|LF
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␊
|Line feed
|-
|0000 1011
|align="center"|11
|align="center"|0B
|align="center"|VT
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␋
|Vertical Tab
|-
|0000 1100
|align="center"|12
|align="center"|0C
|align="center"|FF
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␌
|Form Feed
|-
|0000 1101
|align="center"|13
|align="center"|0D
|align="center"|CR
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␍
|Carriage return
|-
|0000 1110
|align="center"|14
|align="center"|0E
|align="center"|SO
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␎
|Shift Out
|-
|0000 1111
|align="center"|15
|align="center"|0F
|align="center"|SI
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␏
|Shift In
|-
|0001 0000
|align="center"|16
|align="center"|10
|align="center"|DLE
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␐
|Data Link Escape
|-
|0001 0001
|align="center"|17
|align="center"|11
|align="center"|DC1
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␑
|Device Control 1 -- oft. XON
|-
|0001 0010
|align="center"|18
|align="center"|12
|align="center"|DC2
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␒
|Device Control 2
|-
|0001 0011
|align="center"|19
|align="center"|13
|align="center"|DC3
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␓
|Device Control 3 -- oft. XOFF
|-
|0001 0100
|align="center"|20
|align="center"|14
|align="center"|DC4
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␔
|Device Control 4
|-
|0001 0101
|align="center"|21
|align="center"|15
|align="center"|NAK
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␕
|Negative Acknowledgement
|-
|0001 0110
|align="center"|22
|align="center"|16
|align="center"|SYN
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␖
|Synchronous Idle
|-
|0001 0111
|align="center"|23
|align="center"|17
|align="center"|ETB
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␗
|End of Trans. Block
|-
|0001 1000
|align="center"|24
|align="center"|18
|align="center"|CAN
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␘
|Cancel
|-
|0001 1001
|align="center"|25
|align="center"|19
|align="center"|EM
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␙
|End of Medium
|-
|0001 1010
|align="center"|26
|align="center"|1A
|align="center"|SUB
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␚
|Substitute
|-
|0001 1011
|align="center"|27
|align="center"|1B
|align="center"|ESC
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␛
|Escape
|-
|0001 1100
|align="center"|28
|align="center"|1C
|align="center"|FS
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␜
|File Separator
|-
|0001 1101
|align="center"|29
|align="center"|1D
|align="center"|GS
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␝
|Group Separator
|-
|0001 1110
|align="center"|30
|align="center"|1E
|align="center"|RS
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␞
|Record Separator
|-
|0001 1111
|align="center"|31
|align="center"|1F
|align="center"|US
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␟
|Unit Separator
|-
|0111 1111
|align="center"|127
|align="center"|7F
|align="center"|DEL
|align="center" style="font-family:'lucida sans unicode','arial unicode ms'"|␡
|Delete
|}
In the table above, the fifth column contains glyphs reserved for representing control codes in a data stream, ie, when they must be printed or displayed rather than (or in addition to) causing action; your browser, (ie, your HTML user agent) may require the installation of additional fonts in order to display them.
ASCII printable characters
Code 32 is the "space" character, denoting the space between words, which is produced by the large space bar of a keyboard. Codes 33 to 126 are called the printable characters, which represent letters, digits, punctuation marks, and a few miscellaneous symbols.
Seven bit ASCII provided seven "national" characters and, if the combined hardware and software permit, can use overstrikes to simulate some additional international characters: a BackSpace can be followed with the grave accent (which the American and British standards, but only the American and British standards, also call "opening single quotation mark"), a tilde, or a breath mark (inverted vel).
{| border="0" cellspacing="0" cellpadding="0"
|- valign="top"
|
{| border="1" cellspacing="0" cellpadding="2"
|- valign="bottom"
!Binary
!Decimal
!Hex
!Graphic
|-
|0010 0000
|align="center"|32
|align="center"|20
|align="center"|(blank) (␠)
|-
|0010 0001
|align="center"|33
|align="center"|21
|align="center"|!
|-
|0010 0010
|align="center"|34
|align="center"|22
|align="center"|"
|-
|0010 0011
|align="center"|35
|align="center"|23
|align="center"|#
|-
|0010 0100
|align="center"|36
|align="center"|24
|align="center"|$
|-
|0010 0101
|align="center"|37
|align="center"|25
|align="center"|%
|-
|0010 0110
|align="center"|38
|align="center"|26
|align="center"|&
|-
|0010 0111
|align="center"|39
|align="center"|27
|align="center"|'
|-
|0010 1000
|align="center"|40
|align="center"|28
|align="center"|(
|-
|0010 1001
|align="center"|41
|align="center"|29
|align="center"|)
|-
|0010 1010
|align="center"|42
|align="center"|2A
|align="center"|
|-
|0010 1011
|align="center"|43
|align="center"|2B
|align="center"|+
|-
|0010 1100
|align="center"|44
|align="center"|2C
|align="center"|,
|-
|0010 1101
|align="center"|45
|align="center"|2D
|align="center"|-
|-
|0010 1110
|align="center"|46
|align="center"|2E
|align="center"|.
|-
|0010 1111
|align="center"|47
|align="center"|2F
|align="center"|/
|-
|0011 0000
|align="center"|48
|align="center"|30
|align="center"|0
|-
|0011 0001
|align="center"|49
|align="center"|31
|align="center"|1
|-
|0011 0010
|align="center"|50
|align="center"|32
|align="center"|2
|-
|0011 0011
|align="center"|51
|align="center"|33
|align="center"|3
|-
|0011 0100
|align="center"|52
|align="center"|34
|align="center"|4
|-
|0011 0101
|align="center"|53
|align="center"|35
|align="center"|5
|-
|0011 0110
|align="center"|54
|align="center"|36
|align="center"|6
|-
|0011 0111
|align="center"|55
|align="center"|37
|align="center"|7
|-
|0011 1000
|align="center"|56
|align="center"|38
|align="center"|8
|-
|0011 1001
|align="center"|57
|align="center"|39
|align="center"|9
|-
|0011 1010
|align="center"|58
|align="center"|3A
|align="center"|:
|-
|0011 1011
|align="center"|59
|align="center"|3B
|align="center"|;
|-
|0011 1100
|align="center"|60
|align="center"|3C
|align="center"|<
|-
|0011 1101
|align="center"|61
|align="center"|3D
|align="center"|=
|-
|0011 1110
|align="center"|62
|align="center"|3E
|align="center"|>
|-
|0011 1111
|align="center"|63
|align="center"|3F
|align="center"|?
|}
|
|
{| border="1" cellspacing="0" cellpadding="2"
|- valign="bottom"
!Binary
!Decimal
!Hex
!Graphic
|-
|0100 0000
|align="center"|64
|align="center"|40
|align="center"|@
|-
|0100 0001
|align="center"|65
|align="center"|41
|align="center"|A
|-
|0100 0010
|align="center"|66
|align="center"|42
|align="center"|B
|-
|0100 0011
|align="center"|67
|align="center"|43
|align="center"|C
|-
|0100 0100
|align="center"|68
|align="center"|44
|align="center"|D
|-
|0100 0101
|align="center"|69
|align="center"|45
|align="center"|E
|-
|0100 0110
|align="center"|70
|align="center"|46
|align="center"|F
|-
|0100 0111
|align="center"|71
|align="center"|47
|align="center"|G
|-
|0100 1000
|align="center"|72
|align="center"|48
|align="center"|H
|-
|0100 1001
|align="center"|73
|align="center"|49
|align="center"|I
|-
|0100 1010
|align="center"|74
|align="center"|4A
|align="center"|J
|-
|0100 1011
|align="center"|75
|align="center"|4B
|align="center"|K
|-
|0100 1100
|align="center"|76
|align="center"|4C
|align="center"|L
|-
|0100 1101
|align="center"|77
|align="center"|4D
|align="center"|M
|-
|0100 1110
|align="center"|78
|align="center"|4E
|align="center"|N
|-
|0100 1111
|align="center"|79
|align="center"|4F
|align="center"|O
|-
|0101 0000
|align="center"|80
|align="center"|50
|align="center"|P
|-
|0101 0001
|align="center"|81
|align="center"|51
|align="center"|Q
|-
|0101 0010
|align="center"|82
|align="center"|52
|align="center"|R
|-
|0101 0011
|align="center"|83
|align="center"|53
|align="center"|S
|-
|0101 0100
|align="center"|84
|align="center"|54
|align="center"|T
|-
|0101 0101
|align="center"|85
|align="center"|55
|align="center"|U
|-
|0101 0110
|align="center"|86
|align="center"|56
|align="center"|V
|-
|0101 0111
|align="center"|87
|align="center"|57
|align="center"|W
|-
|0101 1000
|align="center"|88
|align="center"|58
|align="center"|X
|-
|0101 1001
|align="center"|89
|align="center"|59
|align="center"|Y
|-
|0101 1010
|align="center"|90
|align="center"|5A
|align="center"|Z
|-
|0101 1011
|align="center"|91
|align="center"|5B
|align="center"|[
|-
|0101 1100
|align="center"|92
|align="center"|5C
|align="center"|\
|-
|0101 1101
|align="center"|93
|align="center"|5D
|align="center"|]
|-
|0101 1110
|align="center"|94
|align="center"|5E
|align="center"|^
|-
|0101 1111
|align="center"|95
|align="center"|5F
|align="center"|_
|}
|
|
{| border="1" cellspacing="0" cellpadding="2"
|- valign="bottom"
!Binary
!Decimal
!Hex
!Graphic
|-
|0110 0000
|align="center"|96
|align="center"|60
|align="center"|`
|-
|0110 0001
|align="center"|97
|align="center"|61
|align="center"|a
|-
|0110 0010
|align="center"|98
|align="center"|62
|align="center"|b
|-
|0110 0011
|align="center"|99
|align="center"|63
|align="center"|c
|-
|0110 0100
|align="center"|100
|align="center"|64
|align="center"|d
|-
|0110 0101
|align="center"|101
|align="center"|65
|align="center"|e
|-
|0110 0110
|align="center"|102
|align="center"|66
|align="center"|f
|-
|0110 0111
|align="center"|103
|align="center"|67
|align="center"|g
|-
|0110 1000
|align="center"|104
|align="center"|68
|align="center"|h
|-
|0110 1001
|align="center"|105
|align="center"|69
|align="center"|i
|-
|0110 1010
|align="center"|106
|align="center"|6A
|align="center"|j
|-
|0110 1011
|align="center"|107
|align="center"|6B
|align="center"|k
|-
|0110 1100
|align="center"|108
|align="center"|6C
|align="center"|l
|-
|0110 1101
|align="center"|109
|align="center"|6D
|align="center"|m
|-
|0110 1110
|align="center"|110
|align="center"|6E
|align="center"|n
|-
|0110 1111
|align="center"|111
|align="center"|6F
|align="center"|o
|-
|0111 0000
|align="center"|112
|align="center"|70
|align="center"|p
|-
|0111 0001
|align="center"|113
|align="center"|71
|align="center"|q
|-
|0111 0010
|align="center"|114
|align="center"|72
|align="center"|r
|-
|0111 0011
|align="center"|115
|align="center"|73
|align="center"|s
|-
|0111 0100
|align="center"|116
|align="center"|74
|align="center"|t
|-
|0111 0101
|align="center"|117
|align="center"|75
|align="center"|u
|-
|0111 0110
|align="center"|118
|align="center"|76
|align="center"|v
|-
|0111 0111
|align="center"|119
|align="center"|77
|align="center"|w
|-
|0111 1000
|align="center"|120
|align="center"|78
|align="center"|x
|-
|0111 1001
|align="center"|121
|align="center"|79
|align="center"|y
|-
|0111 1010
|align="center"|122
|align="center"|7A
|align="center"|z
|-
|0111 1011
|align="center"|123
|align="center"|7B
|align="center"|{
|-
|0111 1100
|align="center"|124
|align="center"|7C
|align="center"||
|-
|0111 1101
|align="center"|125
|align="center"|7D
|align="center"|}
|-
|0111 1110
|align="center"|126
|align="center"|7E
|align="center"|~
|}
|}
Note how uppercase characters can be converted to lowercase by adding 32 to their ASCII value; in binary, this can be accomplished simply by setting the sixth-least significant bit to 1.
Variants of ASCII
As computer technology spread throughout the world, many variations of ASCII, somewhat inappropriately referred to as ASCII extensions, were developed by corporations and standards bodies in order to facilitate the expression of non-English languages that still used Roman-based alphabets. ISO 646 (1972) was the first attempt to remedy the English bias, although it created compatibility problems, since it was still a seven-bit character set. No additional codes were available, so some were re-assigned in language-specific variants. It was thus impossible to know what character was represented by a code without knowing what variant was in use, and text processing systems were generally able to cope with only one variant, anyway.
Eventually, improved technology brought out-of-band means to represent the information formerly encoded in the eighth bit of each byte, freeing this bit to add another 128 additional character codes for new assignments. Eight-bit standards such as ISO/IEC 8859 were true extensions of ASCII, leaving the original character mapping intact and just adding additional values above the 7-bit range. This enabled a broader range of languages to be represented, but these standards were still plagued with incompatibilities and limitations. Still, ISO/IEC 8859-1 and original 7-bit ASCII are the most common character encodings in use today.
Unicode, being originally a 16-bit code and now effectively a 21-bit code, has a much wider array of characters, and its various encoding forms are rapidly supplanting ISO/IEC 8859 and ASCII in many environments. However, Unicode typically requires software and hardware to work 16 or 32 bits at a time, and has considerable potential to waste memory for applications that only need to work with a limited range of characters. Unicode is backward compatible: the first 128 code points map to the same characters as in ASCII, and the first 256 code points of Unicode map to the same characters as in ISO/IEC 8859-1. The UTF-8 encoding form of Unicode allows use of 8 bit character representations at the cost of longer (16, 24, or 32 bit) representations of less commonly used representations. It is widely used in the Western world since the Latin characters are often sufficient for those languages. Other languages, especially Chinese, Japanese, and Korean, may prefer UTF-16 since this encoding uses 16 bits for their characters where UTF-8 would require 24.
The portmanteau word ASCIIbetical has evolved to describe the collation of data in ASCII code order rather than "standard" alphabetical order (which requires some tricky computation, and varies with language).
ASCII contains many characters which were not commonly used, or at least spoken of, outside of the computing context; the "popularization" of these characters required that names be agreed upon for them. See the pronunciation guide in the external links, below.
ASCIIZ or ASCIZ is an adjective used to refer to a null-terminated ASCII string.
See also
External links
----
ASCII is also a name of one of the oldest and most prestigious computer magazines published in Japan. See ASCII (magazine)
|