ASCII
{{pp-move-vandalism|small=yes}}{{otheruses}}
frame|The 95 graphic ASCII characters, numbered 32 to 126 (decimal)American Standard Code for Information Interchange (
ASCII), {{pronEng|ˈæski}}
(1) is a
character-encoding scheme based on the
English alphabet. ASCII codes represent
text in
computers,
communications equipment, and other devices that work with text. Most modern
character-encoding schemes—which support many more characters than did the original—have a historical basis in ASCII.Historically, ASCII developed from
telegraphic codes. Its first commercial use was as a seven-
bit teleprinter code promoted by Bell data services. Work on ASCII formally began October 6, 1960, with the first meeting of the ASA X3.2 subcommittee. The first edition of the standard was published in 1963,
(2)(3) a major revision in 1967,
(4) and the most recent update in 1986.
(5) Compared to earlier telegraph codes, the proposed Bell code and ASCII were both ordered for more convenient sorting (i.e., alphabetization) of lists, and added features for devices other than teleprinters.ASCII includes definitions for 128 characters: 33 are non-printing, mostly-obsolete
control characters that affect how text is processed;
(6) 94 are printable characters, and the
space is considered an invisible graphic.
(7) and ultimately the
American National Standards Institute.The X3.2 subcommittee designed ASCII based on earlier
teleprinter encoding systems. Like other
character encodings, ASCII specifies a correspondence between digital bit patterns and
character symbols (i.e.
graphemes and
control characters). This allows
digital devices to communicate with each other and to process, store, and communicate character-oriented information such as written language. Before ASCII was developed, the encodings in use included 26
alphabetic characters, 10
numerical digits, and from 11 to 25 special graphic symbols. To include all these, and
control characters compatible with the
Comité Consultatif International Téléphonique et Télégraphique standard,
Fieldata and early
EBCDIC, more than 64 codes were required in ASCII.The committee debated the possibility of a
shift key function (like the
Baudot code), which would allow more than 64 codes to be represented by six
bits. In a shifted code, some character codes determine choices between options for the following character codes. This allows compact encoding, but is less reliable for data transmission; an error in transmitting the shift code typically makes a long part of the transmission unreadable. The standards committee decided against shifting, and so ASCII required at least a seven-bit code.
(8)The committee considered an eight-bit code, since eight bits would allow two four-bit patterns to efficiently encode two digits with
binary coded decimal. However this would require all data transmission to send eight bits when seven could suffice. The committee voted to use a seven-bit code to minimize costs associated with data transmission. Since perforated tape at the time could record eight bits in one position, this also allowed for a
parity bit for error checking if desired.
(9) Machines with
octets as the native data type that did not use parity checking typically set the eighth bit to
0.
(10)The code itself was structured so that most control codes were together, and all graphic codes were together. The first two columns (32 positions) were reserved for control characters.
(11) The
"space" character had to come before graphics to make
sorting algorithms easy, so it became position 32.
(12) The committee decided it was important to support
upper case 64-character alphabets, and chose to structure ASCII so it could easily be reduced to a usable 64-character set of graphic codes.
(13) Lower case letters were therefore not interleaved with upper case. To keep options open for lower case letters and other graphics, the special and numeric codes were placed before the letters, and the letter 'A' was placed in position 65 to match the draft of the corresponding British standard.
(14) The digits 0–9 were placed so they correspond to values in binary prefixed with 011, making conversion with
binary-coded decimal straightforward.Many of the non-alphanumeric characters were positioned to correspond to their shifted position on typewriters. Thus #, $ and % were placed to correspond to 3, 4, and 5 in the adjacent column. The parentheses could not correspond to 9 and 0, however, because the place corresponding to 0 was taken by the space character. Since many European typewriters placed the parentheses with 8 and 9, those corresponding positions were chosen for the parentheses. The @ symbol was not used in continental Europe and the committee expected it would be replaced by an accented À in the French variation, so the @ was placed in position 64 next to the letter A.
(15)The control codes felt essential for data transmission were the start of message (SOM), end of address (EOA), end of message (EOM), end of transmission (EOT), "who are you?" (WRU), "are you?" (RU), a reserved device control (DC0), synchronous idle (SYNC), and acknowledge (ACK). These were positioned to maximize the
Hamming distance between their bit patterns.
(16)With the other special characters and control codes filled in, ASCII was published as ASA X3.4-1963, leaving 28 code positions without any assigned meaning, reserved for future standardization, and one unassigned control code.
(17) It now seems obvious that these positions should have been assigned to the lower case alphabet, but there was some debate at the time whether there should be more control characters instead.
(18) The indecision did not last long: in May 1963 the
CCITT Working Party on the New Telegraph Alphabet proposed to assign lower case characters to columns 6 and 7,
(19) and
International Organization for Standardization TC 97 SC 2 voted in October to incorporate the change into its draft standard.
(20) The X3.2.4 task group voted its approval for the change to ASCII at its May 1963 meeting.
(21) Locating the lowercase letters in columns 6 and 7 caused the characters to differ in bit pattern from the upper case by a single bit, which simplified
case-insensitive character matching and the construction of keyboards and printers.The X3 committee made other changes, including other new characters (the
curly bracket and vertical line characters),
(22) renaming some control characters (SOM became start of header (SOH)) and moving or removing others (RU was removed).
(23) ASCII was subsequently updated as USASI X3.4-1967, then USASI X3.4-1968, ANSI X3.4-1977, and finally, ANSI X3.4-1986 (the first two are occasionally retronamed ANSI X3.4-1967, and ANSI X3.4-1968).The X3 committee also addressed how ASCII should be transmitted (least significant bit first), and how it should be recorded on perforated tape. They proposed a
9-track standard for magnetic tape, and attempted to deal with some forms of
punched card formats.ASCII itself first entered commercial use in 1963 as a seven-bit teleprinter code for
American Telephone & Telegraph's
TWX (Teletype Wide-area eXchange) network. TWX originally used the earlier five-bit
Baudot code, which was also used by the competing
Telex teleprinter system.
Bob Bemer introduced features such as the escape sequence.
(24)On March 11, 1968, U.S. President
Lyndon B. Johnson mandated that all computers purchased by the United States federal government support ASCII, stating:
I have also approved recommendations of the Secretary of Commerce regarding standards for recording the Standard Code for Information Interchange on magnetic tapes and paper tapes when they are used in computer operations.All computers and related equipment configurations brought into the Federal Government inventory on and after July 1, 1969, must have the capability to use the Standard Code for Information Interchange and the formats prescribed by the magnetic tape and paper tape standards when these media are used.(25)
Other international standards bodies have ratified character encodings such as
ISO/IEC 646 that are identical or nearly identical to ASCII, with extensions for characters outside the
English alphabet and symbols used outside the United States, such as the symbol for the
United Kingdom's
pound sterling (£). Almost every country needed an adapted version of ASCII since ASCII only suited the needs of the USA and a few other countries. For example, Canada had its own version that supported French characters. Other adapted encodings include
ISCII (India),
VISCII (Vietnam), and
YUSCII (Yugoslavia). Although these encodings are sometimes referred to as ASCII, true ASCII is strictly defined only by ANSI standard.ASCII was incorporated into the
Unicode character set as the first 128 symbols, so the ASCII characters have the same numeric codes in both sets. This allows
UTF-8 to be
backward compatible with ASCII, a significant advantage.Asteroid
3568 ASCII is named after the character encoding.
ASCII control characters
ASCII reserves the first 32 codes (numbers 0–31 decimal) for
control characters: codes originally intended not to carry printable information, but rather to control devices (such as
printers) that make use of ASCII, or to provide meta-information about data streams such as those stored on magnetic tape. For example, character 10 represents the "line feed" function (which causes a printer to advance its paper), and character 8 represents "backspace". RFC 2822 refers to control characters that do not include carriage return, line feed or white space as non-whitespace control characters.
(26) Except for the control characters that prescribe elementary line-oriented formatting, ASCII does not define any mechanism for describing the structure or appearance of text within a document. Other schemes, such as
markup languages, address page and document layout and formatting.The original ASCII standard used only short descriptive phrases for each control character. The ambiguity this left was sometimes intentional (where a character would be used slightly differently on a terminal link than on a data stream) and sometimes more accidental (such as what "delete" means).Probably the most influential single device on the interpretation of these characters was the
ASR-33 Teletype series, which was a printing terminal with an available
paper tape reader/punch option. Paper tape was a very popular medium for long-term program storage up through the 1980s, lower cost and in some ways less fragile than magnetic tape. In particular, the Teletype 33 machine assignments for codes 17 (Control-Q, DC1, also known as XON), 19 (Control-S, DC3, also known as XOFF), and 127 (DELete) became de-facto standards. Because the keytop for the O key also showed a left-arrow symbol (from ASCII-1963, which had this character instead of underscore), a noncompliant use of code 15 (Control-O, Shift In) interpreted as "delete previous character" was also adopted by many early timesharing systems but eventually faded out.The use of Control-S (XOFF, an abbreviation for "transmit off") as a handshaking signal warning a sender to stop transmission because of impending overflow, and Control-Q (XON, "transmit on") to resume sending, persists to this day in many systems as a manual output control technique. On some systems Control-S retains its meaning but Control-Q is replaced by a second Control-S to resume output.Code 127 is officially named "delete" but the Teletype label was "rubout". Since the original standard gave no detailed interpretation for most control codes, interpretations of this code varied. The original Teletype meaning, and the intent of the standard, was to make it an ignored character, the same as NUL (all zeroes). This was specifically useful for
paper tape, because punching the all-ones bit pattern on top of an existing mark would obliterate it. Tapes designed to be "hand edited" could even be produced with spaces of extra NULs (blank tape) so that a block of characters could be "rubbed out" and then replacements put into the empty space.As video terminals began to replace printing ones, the value of the "rubout" character was lost. DEC systems, for example, interpreted "Delete" to mean "remove the character before the cursor," and this interpretation also became common in Unix systems. Most other systems used "Backspace" for that meaning and used "Delete" to mean "remove the character at the cursor". That latter interpretation is the most common today.Many more of the control codes have taken on meanings quite different from their original ones. The "escape" character (code 27), for example, was originally intended to allow sending other control characters as literals instead of invoking their meaning. This is the same meaning of "escape" encountered in URL encodings, C language strings, and other systems where certain characters have a reserved meaning. Over time this meaning has been co-opted and has eventually drifted. In modern use, an ESC sent to the terminal usually indicates the start of a command sequence, usually in the form of a so-called "
ANSI escape code" (or, more properly, a "Control Sequence Introducer") beginning with ESC followed by a "[" (left-bracket) character. An ESC sent from the terminal is most often used as an
out-of-band character used to terminate an operation, as in the
TECO and
vi text editors.The inherent ambiguity of many control characters, combined with their historical usage, created problems when transferring "plain text" files between systems. The clearest example of this is the
newline problem on various
operating systems. On printing terminals there is no question that you terminate a line of text with both "Carriage Return" and "Linefeed". The first returns the printing carriage to the beginning of the line and the second advances to the next line without moving the carriage. However, requiring two characters to mark the end of a line introduced unnecessary complexity and questions as to how to interpret each character when encountered alone. To simplify matters, plain text files on Unix and Amiga systems use line feeds alone to separate lines. Similarly, older Macintosh systems, among others, use only carriage returns in plain text files. Various
DEC operating systems used both characters to mark the end of a line, perhaps for compatibility with
teletypes, and this de facto standard was copied in the
CP/M operating system and then in
MS-DOS and eventually
Microsoft Windows. Transmission of text over the
Internet, for protocols as
E-mail and the
World Wide Web, uses both characters.The DEC operating systems, along with CP/M, tracked file length only in units of disk blocks and used Control-Z (SUB) to mark the end of the actual text in the file (also done for CP/M compatibility in some cases in MS-DOS, though MS-DOS has always recorded exact file-lengths). Text
strings ending with the
null character are known as
ASCIZ or
C strings.{| class="wikitable" style="text-align: center"
|
! Binary !! Oct !! Dec !! Hex !! Abbr !! PR(27) !! CS(28) !! CEC(29) !! Description
|
| 000 | style="background:#CFF;" | | 00 | | {{unicode>␀}} | Control-@ | > | |