- Extended ASCII
The term "extended ASCII" (or "high ASCII") describes
eight-bit or largercharacter encoding s that include the standard seven-bit ASCII characters as well as others. The use of the term is sometimes criticized, because it can be mistakenly interpreted that the ASCII standard has been updated to include more than 128 characters or that the term unambiguously identifies a single encoding, both of which are untrue.Motives for extending
Because the number of written symbols used in common
natural language s far exceeds the limited range of the ASCII code, many extensions to it have been used to facilitate handling of those languages. Markets for computers and communication equipment outside English-speaking countries were historically open long before standards bodies had time to deliberate upon the best way to accommodate them, so there are many incompatible proprietary extensions to ASCII.Since ASCII is a seven-bit code and most computers manipulate data in eight-bit
byte s, many extensions use the additional 128 codes available by using all eight bits of each byte. This helps include many languages otherwise not easily representable in ASCII, but still not enough to cover all languages of countries in which computers are sold, so even these eight-bit extensions had to have local variants.Proprietary extensions
Various proprietary extensions appeared on non-
EBCDIC mainframe and mini-computers, especially in universities. Commodore microcomputers added many graphic symbols to their non-standard ASCII (PETSCII , based on the original ASCII standard of 1963). IBM introduced eight-bit extended ASCII codes on the originalIBM PC and later produced variations for different languages and cultures. IBM called such character sets "code pages " and assigned numbers to both those they themselves invented as well as many invented and used by other manufacturers. Accordingly, character sets are very often indicated by their IBM code page number. In ASCII-compatible code pages, the lower 128 characters maintained their standard US-ASCII values, and different pages (or sets of characters) could be made available in the upper 128 characters.DOS computers built for the North American market, for example, usedcode page 437 , which included accented characters needed for French, German, and a few other European languages, as well as some graphical line-drawing characters. The larger character set made it possible to create documents in a combination of languages such as English and French (though French computers usually usecode page 850 ), but not, for example, in English and Greek (which required code page 737).Digital Equipment Corporation developed theMultinational Character Set , which hadfewer characters but more letter and diacritic combinations, based on draft versions ofISO 8859 . It was supported by theVT220 and later DECcomputer terminal s.ISO 8859 and proprietary adaptions
Eventually, ISO released this standard as
ISO 8859 describing its own set of eight-bit ASCII extensions. The most popular wasISO 8859-1 , also called ISO Latin1, which contained characters sufficient for the most common Western European languages.Variations were standardized for other languages as well: ISO 8859-2 for Eastern European languages and ISO 8859-5 for Cyrillic languages, for example.One notable way in which ISO character sets differ from code pages is that the character positions 128 to 159, corresponding to ASCII
control character s with the high-order bit set, are specifically unused and undefined in the ISO standards, though they had often been used for printable characters in proprietary code pages, a breaking of ISO standards that was almost universal.Microsoft later created
code page 1252 , a compatible superset of ISO 8859-1 with extra characters in the ISO unused range.Code page 1252 is the standard character encoding of western European language versions ofMicrosoft Windows , including English versions.ISO 8859-1 is the common character encoding used by theX Window System , and mostInternet standards.TheApple Macintosh , underMac OS X , currently usesUnicode as its default encoding. UnderMac OS , it usedMac OS Roman .Character set confusion
Because these ASCII extensions have so many variants, it is necessary to identify which set is being used for a particular text for it to be interpreted correctly. However, because the most-used characters (those in ASCII, the seven-bit code points) are common to all sets--even most proprietary ones--failure to correctly identify a character set often suffers no adverse consequences if the user is typing in English. Further, because many Internet standards use ISO 8859-1, and because Microsoft Windows (using the code page 1252 superset of ISO 8859-1) is the dominant operating system for personal computers today, unannounced use of ISO 8859-1 is quite commonplace, and should generally be assumed without evidence to the contrary.
In many protocols, most importantly
e-mail andHTTP , the character encoding of content has to be tagged with IANA-assigned character set identifiers.Unicode
A proposal called
Unicode was made in1991 to address many of these problems, and is now widely accepted. Unicode reserves 1,114,112 code points (= 17 planes × 216 code points per plane), and currently assigns characters to more than 101,000 of those code points. The first 256 codes precisely match those ofISO-8859-1 . The majority of the 96,000 code points are, at this time, used for Chinese, Japanese and Korean characters.ee also
* Input method
External links
* [http://quickkeydotnet.sourceforge.net/ Quick Key Character Grid] inserts any character with one click.
* [http://www.i18nguy.com/unicode/codepages.html Character Sets and Code Pages at the Push of a Button]
* [http://allchars.zwolnet.com AllChars Utility for Windows]
* [http://developer.apple.com/intl/ Apple's page about internationalization support for Mac OS X]
* [http://czyborra.com/ Roman Czyborra's Unicode and extended ASCII information pages]
Wikimedia Foundation. 2010.