ASCII

ASCII

American Standard Code for Information Interchange (ASCII), pronEng|ˈæski [ [http://www.m-w.com/cgi-bin/audio.pl?ascii001.wav=ASCII Audio pronunciation for ASCII] . "Merriam Webster". Accessed 2008-04-14.] is a character encoding based on the English alphabet. ASCII codes represent text in computers, communications equipment, and other devices that work with text. Most modern character encodings—which support many more characters than did the original—have a historical basis in ASCII.

Historically, ASCII developed from telegraphic codes and 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,Mary Brandel (July 6, 1999). [http://edition.cnn.com/TECH/computing/9907/06/1963.idg/index.html 1963: The Debut of ASCII] : "CNN". Accessed 2008-04-14.] [American Standard Code for Information Interchange, ASA X3.4-1963, American Standards Association, June 17, 1963] a major revision in 1967, [USA Standard Code for Information Interchange, USAS X3.4-1967, United States of America Standards Institute, July 7, 1967] and the most recent update in 1986 [American National Standard for Information Systems -- Coded Character Sets -- 7-Bit American National Standard Code for Information Interchange (7-Bit ASCII), ANSI X3.4-1986, American National Standards Institute, Inc., March 26, 1986] . 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. Some ASCII features, including the "ESCape sequence", [R.W. Bemer, "A Proposal for Character Code Compatibility," Communications of the ACM, Vol. 3. No. 2, February, 1960, pp. 71-72] were due to Robert Bemer.

ASCII includes definitions for 128 characters: 33 are non-printing, mostly obsolete control characters that affect how text is processed; 94 are printable characters (the space is not printable). The ASCII character encoding [International Organization for Standardization (December 1, 1975). " [http://www.itscj.ipsj.or.jp/ISO-IR/001.pdf The set of control characters for ISO 646] ". "Internet Assigned Numbers Authority Registry". Alternate U.S. version: [http://www.itscj.ipsj.or.jp/ISO-IR/006.pdf] . Accessed 2008-04-14.] —or a compatible extension—is used on nearly all common computers, especially personal computers and workstations.

History

The American Standard Code for Information Interchange (ASCII) was developed under the auspices of a committee of the American Standards Association, called the X3 committee, by its X3.2 (later X3L2) subcommittee, and later by that subcommittee's X3.2.4 working group. The ASA became the United States of America Standards Institute or USASI [Mackenzie, p.211.] 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. The encodings in use before ASCII included 26 alphabetic characters, 10 numerical digits, and from 11 to 25 special graphic symbols. To include 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.

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. [Decision 4. Mackenzie, p.215.]

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. [Decision 5. Mackenzie, p.217.] Machines with octets as the native data type that did not use parity checking typically set the eighth bit to "0". [Sawyer A. Sawyer and Steven George Krantz (January 1, 1995). "A Tex Primer for Scientists". CRC Press. ISBN 0-8493-7159-7. p.13.]

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. [Decision 8,9. Mackenzie, p.220.] The "space" character had to come before graphics to make sorting algorithms easy, so it became position 32. [Decision 10. Mackenzie, p.237.] The committee decided it was important to support the 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. [Decision 14. Mackenzie, p.228.] Lower case letters were therefore not interleaved with upper case. To keep options for lower case letters and other graphics open, 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. [Decision 18. Mackenzie, p.238.] The digits 0–9 were placed so they correspond to values in binary prefixed with 0011, 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, these 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 France, so the @ was placed in position 64 next to the letter A. [Mackenzie, p.243.]

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. [Mackenzie, p.243-245.]

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. [Mackenzie, p.66, 245.] 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. [Mackenzie, p.435.] 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, [Brief Report: Meeting of CCITT Working Party on the New Telegraph Alphabet, May 13-15, 1963.] and International Organization for Standardization TC 97 SC 2 voted in October to incorporate the change into its draft standard. [Report of ISO/TC/97/SC 2 - Meeting of October 29-31, 1963.] The X3.2.4 task group voted its approval for the change to ASCII at its May, 1963 meeting. [Report on Task Group X3.2.4, June 11, 1963, Pentagon Building, Washington, DC.] 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), [Report of Meeting No. 8, Task Group X3.2.4, December 17 and 18, 1963] renaming some control characters (SOM became start of header (SOH)) and moving or removing others (RU was removed). [Mackenzie, p.247-8.] 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. His British colleague Hugh McGregor Ross helped to popularize this work—according to Bemer, "so much so that the code that was to become ASCII was first called the Bemer-Ross Code in Europe". [Bob Bemer (n.d.). [http://www.trailing-edge.com/~bobbemer/EUROPE.HTM Bemer meets Europe] . "Trailing-edge.com". Accessed 2008-04-14. Employed at IBM at that time]

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. [Lyndon B. Johnson (March 11, 1968). [http://www.presidency.ucsb.edu/ws/index.php?pid=28724 Memorandum Approving the Adoption by the Federal Government of a Standard Code for Information Interchange] . "The American Presidency Project". Accessed 2008-04-14.]

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. 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 has been 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". Control characters that do not include carriage return, line feed or white space are called non-whitespace control characters. [RFC 2822 (April 2001). "NO-WS-CTL".] 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 after 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 an ANSI escape code. 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.

Aliases

A June 1992 RFC [RFC 1345 (June 1992).] and the IANA registry of character sets recognize the following case-insensitive aliases for ASCII as suitable for use on the Internet:


* ANSI_X3.4-1968 (canonical name)
* iso-ir-6
* ANSI_X3.4-1986
* ISO_646.irv:1991
* ASCII (with ASCII-7 and ASCII-8 variants)
* ISO646-US
* US-ASCII (preferred MIME nameInternet Assigned Numbers Authority (May 14, 2007). " [http://www.iana.org/assignments/character-sets Character Sets] ". Accessed 2008-04-14.] )
* us
* IBM367
* cp367
* csASCII

Of these, only the aliases "US-ASCII" and "ASCII" have achieved widespread use. One often finds them in the optional "charset" parameter in the Content-Type header of some MIME messages, in the equivalent "meta" element of some HTML documents, and in the encoding declaration part of the prologue of some XML documents.

Variants

As computer technology spread throughout the world, different standards bodies and corporations developed many variations of ASCII in order to facilitate the expression of non-English languages that used Roman-based alphabets. One could class some of these variations as "ASCII extensions", although some misuse that term to cover all variants, including those that do not preserve ASCII's character-map in the 7-bit range.

The PETSCII Code used by Commodore International for their 8-bit systems is probably unique among post-1970 codes in being based on ASCII-1963 instead of the far more common ASCII-1967, such as found on the ZX Spectrum computer. Atari and Galaksija computers also used ASCII variants.

Incompatibility vs interoperability

From early in its development, ["Specific Criteria," attachment to memo from R. W. Reach, "X3-2 Meeting -- September 14 and 15," September 18, 1961] ASCII was intended to be just one of several national variants of an international character code standard, ultimately published as ISO/IEC 646 (1972), which would share most characters in common but assign other locally-useful characters to several code points reserved for "national use." However, the four years that elapsed between the publication of ASCII-1963 and ISO's first acceptance of an international recommendation in 1967 [R. Maréchal, ISO/TC 97 - Computers and Information Processing: Acceptance of Draft ISO Recommendation No. 1052, December 22, 1967] caused ASCII's choices for the national use characters to appear to be de facto standards for the world, leading to confusion and incompatibility once other countries did begin to make their own assignments to these code points.

ISO/IEC 646, like ASCII, was a 7-bit character set. It made no additional codes available, so the same code points encoded different characters in different countries. Escape codes were defined to indicate which national variant applied to a piece of text, but these were rarely used, so it was often impossible to know what variant to work with and therefore which character a code represented, and text-processing systems could generally cope with only one variant anyway.

Because the bracket and brace characters of ASCII were assigned to "national use" code points that were used for accented letters in other national variants of ISO/IEC 646, a German, French, or Swedish, etc., programmer had to get used to reading and writing
ä aÄiÜ='Ön'; ü
or, using trigraphs,
??< a??( i ??)='??/n'; ??>
instead of
{ a [i] =' '; }

Eventually, as 8-, 16-, and 32-bit computers began to replace 18- and 36-bit computers as the norm, it became common to use an 8-bit byte to store each character in memory, providing an opportunity for extended, 8-bit, relatives of ASCII, with the 128 additional characters providing room to avoid most of the ambiguity that had been necessary in 7-bit codes.

For example, IBM developed 8-bit code pages, such as code page 437, which replaced the control-characters with graphic symbols such as smiley faces, and mapped additional graphic characters to the upper 128 positions. Operating systems such as DOS supported these code-pages, and manufacturers of IBM PCs supported them in hardware. Digital Equipment Corporation developed the Multinational Character Set (DEC-MCS) for use in the popular VT220 terminal.

Eight-bit standards such as ISO/IEC 8859 (derived from the DEC-MCS) and Mac OS Roman developed as true extensions of ASCII, leaving the original character-mapping intact, but adding additional character definitions after the first 128 (i.e., 7-bit) characters. This enabled representation of characters used in a broader range of languages. Because there were several competing 8-bit code standards, they continued to suffer from incompatibilities and limitations. Still, ISO-8859-1 (Latin 1), its variant Windows-1252 (often mislabeled as ISO-8859-1), and the original 7-bit ASCII remain the most common character encodings in use today.

Unicode

Unicode and the ISO/IEC 10646 Universal Character Set (UCS) have a much wider array of characters, and their various encoding forms have begun to supplant ISO/IEC 8859 and ASCII rapidly in many environments. While ASCII is limited to 128 characters, Unicode and the UCS support more characters by separating the concepts of unique identification (using natural numbers called "code points") and encoding (to 8-, 16- or 32-bit binary formats, called UTF-8, UTF-16 and UTF-32).

To permit backward compatibility, the 128 ASCII and 256 ISO-8859-1 (Latin 1) characters are assigned Unicode/UCS code points that are the same as their codes in the earlier standards. Therefore, ASCII can be considered a 7-bit encoding scheme for a very small subset of Unicode/UCS, and, conversely, the UTF-8 encoding forms are binary-compatible with ASCII for code points below 128, meaning every properly encoded ASCII file is also a valid UTF-8 file. The other encoding forms resemble ASCII in how they represent the first 128 characters of Unicode, but use 16 or 32 bits per character, so they require conversion for compatibility.

Order

Collation of data is sometimes done in ASCII-code order rather than "standard" alphabetical order. The main deviations are:
* capitals come before lowercase letters, i.e. "Z" before "a"
* characters in extended character sets such as "é" come after "z"The slang expression "ASCIIbetical" is sometimes used for this order. [ [http://www.pcmag.com/encyclopedia_term/0,2542,t=ASCIIbetical&i=38025,00.asp ASCIIbetical definition] . "PC Magazine". Accessed 2008-04-14.] In programming, "alphanumeric" sorting means to sort by numeric value, without regard of any character set. An alphanumerically sorted array of bytes will appear ASCIIbetically when viewed in an ASCII-compatible character set.

A refined version of this order converts uppercase letters to lowercase before comparing ASCII values.

References

Further reading

*
*
*

External links

* [http://www.wps.com/projects/codes/index.html A history of ASCII, its roots and predecessors] by Tom Jennings (October 29, 2004) (accessed 2005-12-17)
* [http://www.unicode.org/charts/PDF/U0000.pdf The ASCII subset] of Unicode
* [http://www.pobox.com/~enf/ascii/ascii.pdf The Evolution of Character Codes, 1874-1968]


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • ASCII — 〈[ạskı] kurz für〉 ASCII Code * * * ASCII   [Abk. für American Standard Code for Information Interchange, dt. »amerik. Standardcode für den Informationsaustausch«] (ASCII Code), ein Code, d. h. ein Zuordnungsschema, mit dem Ziffern, Buchstaben… …   Universal-Lexikon

  • ASCII — [ˈæski] noun [uncountable] COMPUTING American Standard Code for Information Interchange; a simple computer code in which letters are represented by numbers. Many different computers can read information stored in ASCII, so people often change… …   Financial and business terms

  • ASCII — [ aski ] n. m. • 1982; acronyme angl. de American Standard Code for Information Interchange ♦ Inform. Code ASCII : code utilisé dans les échanges entre un périphérique et un ordinateur, ou pour le codage interne des données. ASCII [aski] n. m.… …   Encyclopédie Universelle

  • ASCII — koduotė statusas T sritis informatika apibrėžtis 7 bitų ↑koduotė, įteisinta JAV standartu ir užregistruota kaip tarptautinio standarto modifikacija ISO 646 IRV. Ši koduotė JAV dažnai tapatinama su bet kokių 7 arba 8 bitų tekstų koduote ir… …   Enciklopedinis kompiuterijos žodynas

  • ASCII — n. [Acronym: American Standard Code for Information Interchange.](Computers) 1. the American Standard Code for Information Interchange, a code consisting of a set of 128 7 bit combinations used in digital computers internally, for display… …   The Collaborative International Dictionary of English

  • Ascii — As ci*i, Ascians As cians, n. pl. [L. ascii, pl. of ascius, Gr. ? without shadow; a priv. + ? shadow.] Persons who, at certain times of the year, have no shadow at noon; applied to the inhabitants of the torrid zone, who have, twice a year, a… …   The Collaborative International Dictionary of English

  • ASCII — 〈[ạskı] m.; Gen.: od. s; Pl.: unz.; kurz für〉 ASCII Code …   Lexikalische Deutsches Wörterbuch

  • ASCII — (АСКИИ)     Стандартный комплект знаков шрифта, определенный Американским национальным институтом стандартов (ANSI). Построен на основе семибитной кодировки, поэтому максимально насчитывает 128 знаков, из которых первые 32 являются управляющими и …   Шрифтовая терминология

  • Ascĭi — (gr., Unschattige, Schattenlose), Erdbewohner, welche zur Mittagszeit nur unter sich Schatten werfen; unter den Wendekreisen trifft dies einmal, zwischen denselben zweimal des Jahres, diese heißen Amphiscii (Zweischattige); Antiscii… …   Pierer's Universal-Lexikon

  • Ascĭi — (lat.), s. Amphiscii …   Meyers Großes Konversations-Lexikon

  • Ascii — Ascii, die Schattenlosen, Beiname der Tropenbewohner, welche zweimal im Jahre zur Mittagszeit keinen Schatten werfen, weil ihnen die Sonne über dem Scheitel steht …   Herders Conversations-Lexikon

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”