<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rs-485.com/index.php?action=history&amp;feed=atom&amp;title=Extended_ASCII</id>
	<title>Extended ASCII - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rs-485.com/index.php?action=history&amp;feed=atom&amp;title=Extended_ASCII"/>
	<link rel="alternate" type="text/html" href="https://rs-485.com/index.php?title=Extended_ASCII&amp;action=history"/>
	<updated>2026-05-04T02:51:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://rs-485.com/index.php?title=Extended_ASCII&amp;diff=2022&amp;oldid=prev</id>
		<title>Admin: Imported missing template from Wikipedia</title>
		<link rel="alternate" type="text/html" href="https://rs-485.com/index.php?title=Extended_ASCII&amp;diff=2022&amp;oldid=prev"/>
		<updated>2026-05-03T16:33:17Z</updated>

		<summary type="html">&lt;p&gt;Imported missing template from Wikipedia&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Nickname for 8-bit ASCII-derived character sets}}&lt;br /&gt;
{{Use mdy dates|date=December 2025}}&lt;br /&gt;
[[File:Table ascii extended.png|thumb|Output of the program {{mono|ascii}} in [[Cygwin]]]]&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Extended ASCII&amp;#039;&amp;#039;&amp;#039; is a repertoire of [[character encoding]]s that include (most of) the original 96 [[ASCII]] character set, plus up to 128 additional characters. There is no formal definition of &amp;quot;extended ASCII&amp;quot;, and even use of the term is sometimes criticized,&amp;lt;ref&amp;gt;{{cite mailing list |url=http://cygwin.com/ml/cygwin/2001-02/msg01526.html |title=Re: Cygwin Termcap information involving extended ascii charicters |author=Benjamin Riefenstahl |mailing-list=cygwin |date=February 26, 2001 |access-date=December 2, 2012 |archive-url=https://web.archive.org/web/20130711002757/http://cygwin.com/ml/cygwin/2001-02/msg01526.html |archive-date=July 11, 2013 |url-status=live}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |url=https://community.oracle.com/tech/apps-infra/discussion/comment/10231529/#Comment_10231529 |title=Print Extended ASCII Codes in sql*plus |author=S. Wolicki |date=March 23, 2012 |access-date=May 17, 2022}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite newsgroup |url=https://groups.google.com/g/comp.editors/c/PgFq_AuW4EI/m/Pa54Lv4nX4cJ |newsgroup=comp.editors |title=vim: how to type extended-ascii? |author=Mark J. Reed |date=March 28, 2004 |access-date=May 17, 2022}}&amp;lt;/ref&amp;gt; because it can be mistakenly interpreted to mean that the [[American National Standards Institute]] (ANSI) had updated its {{nobr|[[ANSI X3.4-1986]]}} standard to include more characters, or that the term  identifies a single unambiguous encoding, neither of which is the case.&lt;br /&gt;
&lt;br /&gt;
The ISO standard [[ISO 8859]] was the first international standard to formalise a (limited) expansion of the ASCII character set: of the many language variants it encoded, [[ISO 8859-1]] (&amp;quot;ISO Latin 1&amp;quot;){{snd}}which supports most Western European languages{{snd}} is best known in the West. There are many other extended ASCII encodings (more than 220 DOS and Windows [[codepage]]s). [[EBCDIC]] (&amp;quot;the other&amp;quot; major character code) likewise developed many extended variants (more than 186 EBCDIC codepages) over the decades.&lt;br /&gt;
&lt;br /&gt;
All modern [[operating system]]s use [[Unicode]] which supports thousands of characters. However, extended ASCII remains important in the [[history of computing]], and supporting multiple extended ASCII character sets required software to be written in ways that made it much easier to support the [[UTF-8]] encoding method later on.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{More citations needed|section|date=March 2016}}&lt;br /&gt;
ASCII was designed in the 1960s for [[teleprinter]]s and [[telegraphy]], and some computing. Early teleprinters were electromechanical, having no microprocessor and just enough electromechanical memory to function. They fully processed one character at a time, returning to an idle state immediately afterward; this meant that any control sequences had to be only one character long, and thus a large number of codes needed to be reserved for such controls. They were typewriter-derived [[impact printer]]s, and could only print a fixed set of glyphs, which were cast into a metal type element or elements; this also encouraged a minimum set of glyphs.&lt;br /&gt;
&lt;br /&gt;
Seven-bit ASCII improved over prior five- and six-bit codes. Of the 2&amp;lt;sup&amp;gt;7&amp;lt;/sup&amp;gt;=128 codes, 33 were used for controls, and 95 carefully selected [[printable character]]s (94 [[glyph]]s and one space), which include the English alphabet (uppercase and lowercase), digits, and 31 punctuation marks and symbols: all of the symbols on a standard US typewriter plus a few selected for programming tasks. Some popular peripherals only implemented a 64-printing-character subset: [[Teletype Model 33]] could not transmit &amp;quot;a&amp;quot; through &amp;quot;z&amp;quot; or five less-common symbols ({{char|`}}, {{char|&amp;amp;#x007b;}}, {{char|&amp;amp;#x007c;}}, {{char|&amp;amp;#x007d;}}, and {{char|~}}). and when they received such characters they instead printed &amp;quot;A&amp;quot; through &amp;quot;Z&amp;quot; (forced [[all caps]]) and five other mostly-similar symbols ({{char|@}}, {{char|[}}, {{char|\}}, {{char|]}}, and {{char|^}}).&lt;br /&gt;
&lt;br /&gt;
The ASCII character set is barely large enough for US English use, lacks many glyphs common in [[typesetting]], and is far too small for universal use. Many more letters and symbols are desirable, useful, or required to directly represent letters of alphabets other than English, more kinds of punctuation and spacing, more mathematical operators and symbols (× ÷ ⋅ ≠ ≥ ≈ π etc.), some unique symbols used by some programming languages, [[ideogram]]s, [[logogram]]s, box-drawing characters, etc. &lt;br /&gt;
&lt;br /&gt;
The biggest problem for computer users around the world was the needs of their local alphabets. ASCII&amp;#039;s English alphabet almost accommodates European languages, if accented letters are written without [[diacritic|accents]] or two-character approximations, such as {{char|ss}} for {{char|ß}}, are used. Modified local variants of 7-bit ASCII appeared promptly, trading some lesser-used symbols for highly desired symbols or letters, such as replacing {{char|#}} with {{char|£}} on UK Teletypes, {{char|\}} with {{char|¥}} in Japan or {{char|₩}} in Korea, etc. At least 29 variant sets resulted. Twelve [[codepoint]]s were modified by at least one national set, leaving only [[ISO/IEC 646|82 &amp;quot;invariant&amp;quot; codes]]. Programming languages however had assigned meaning to many of the replaced characters, work-arounds were devised such as C [[digraphs and trigraphs (programming)#C|three-character sequences]] {{code|??&amp;lt;}} and {{code|??&amp;gt;}} to represent {{char|&amp;amp;#x007b;}} and {{char|&amp;amp;#x007d;}}.&amp;lt;ref&amp;gt;{{cite book|section-url=https://www.lysator.liu.se/c/rat/b.html#2-2-1-1|section=2.2.1.1 Trigraph sequences|url=https://www.lysator.liu.se/c/rat/title.html|title=Rationale for American National Standard for Information Systems - Programming Language - C|access-date=February 8, 2019|archive-url=https://web.archive.org/web/20180929010444/http://www.lysator.liu.se/c/rat/title.html|archive-date=September 29, 2018|url-status=live}}&amp;lt;/ref&amp;gt; Languages with dissimilar basic alphabets could use transliteration, such as replacing all the Latin letters with the closest match Cyrillic letters (resulting in odd but somewhat readable text when English was printed in Cyrillic or vice versa). Schemes were also devised so that two letters could be overprinted (often with the [[backspace]] control between them) to produce accented letters. Users were not comfortable with any of these compromises and they were often poorly supported.{{Citation needed|date=August 2019}}&lt;br /&gt;
&lt;br /&gt;
When computers and peripherals standardized on eight-bit [[byte]]s in the 1970s, it became obvious that computers and software could handle text that uses 256-character sets at almost no additional cost in programming, and no additional cost for storage (assuming that the unused 8th bit of each byte was not reused in some way, such as error checking, Boolean fields, or packing 8 characters into 7 bytes). This would allow ASCII to be used unchanged and provide 128 more characters. Many manufacturers devised 8-bit character sets consisting of ASCII plus up to 128 of the unused codes. Thus encodings which covered all the major Western European (and Latin American) languages and more could be made.&lt;br /&gt;
&lt;br /&gt;
128 additional characters is still not enough to cover all purposes, all languages, or even all European languages, so the emergence of many proprietary and national ASCII-derived 8-bit character sets was inevitable. Translating between these sets ([[transcoding]]) is complex (especially if a character is not in both sets); and was often not done, producing [[mojibake]] (semi-readable resulting text, often users learned how to manually decode it). There were eventually attempts at cooperation or coordination by national and international standards bodies in the late 1990s, but manufacturer-proprietary sets remained the most popular by far, primarily because the international standards excluded characters popular in or peculiar to specific cultures.&lt;br /&gt;
&lt;br /&gt;
==Proprietary extensions==&lt;br /&gt;
{{More citations needed section|date=June 2020}}&lt;br /&gt;
Various proprietary modifications and extensions of ASCII appeared on [[mainframe computer]]s{{efn|except on IBM mainframes, which used [[EBCDIC]] rather than ASCII}} and [[minicomputer]]s{{snd}} especially in universities, to meet their need to support teaching of mathematics, science and languages.&lt;br /&gt;
&lt;br /&gt;
[[Hewlett-Packard]] started to add European characters to their extended 7-bit / 8-bit ASCII character set [[HP Roman Extension]] around 1978/1979 for use with their workstations, terminals and printers. This later evolved into the widely used regular 8-bit character sets [[HP Roman-8]] and [[HP Roman-9]] (as well as a number of variants).&lt;br /&gt;
&lt;br /&gt;
[[Atari]] and [[Commodore International|Commodore]] [[home computer]]s added many graphic symbols to their non-standard ASCII (Respectively, [[ATASCII]] and [[PETSCII]], based on the original ASCII standard of 1963).&lt;br /&gt;
&lt;br /&gt;
The [[TRS-80 character set]] for the [[TRS-80]] home computer added 64 [[semigraphics]] characters (0x80 through 0xBF) that implemented low-resolution block graphics. (Each block-graphic character displayed as a 2x3 grid of pixels, with each block pixel effectively controlled by one of the lower 6 bits.)&amp;lt;ref&amp;gt;{{cite web |author-first=Ira |author-last=Goldklang |date=2015 |title=Graphic Tips &amp;amp; Tricks |url=http://www.trs-80.com/wordpress/zaps-patches-pokes-tips/graphics/ |access-date=July 29, 2017 |url-status=live |archive-url=https://web.archive.org/web/20170729202445/http://www.trs-80.com/trs80-zaps-hardware-model4.htm |archive-date=July 29, 2017}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[IBM]] introduced eight-bit extended ASCII codes on the original [[IBM PC]] and later produced variations for different languages and cultures. IBM called such character sets &amp;#039;&amp;#039;[[code pages]]&amp;#039;&amp;#039; and assigned reference numbers{{snd}} both to those they themselves invented as well as to 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 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, used [[code 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 language|English]] and [[French language|French]] (though French computers usually use [[code page 850]]), but not, for example, in English and [[Greek language|Greek]] (which required [[code page 737]]).&lt;br /&gt;
&lt;br /&gt;
[[Apple Computer]] introduced their own eight-bit extended ASCII codes in [[Mac OS]], such as [[Mac OS Roman]]. The [[Apple LaserWriter]] also introduced the [[PostScript Standard Encoding|Postscript character set]].&lt;br /&gt;
&lt;br /&gt;
[[Digital Equipment Corporation]] (DEC) developed the [[Multinational Character Set]], which had fewer characters but more letter and diacritic combinations. It was supported by the [[VT220]] and later DEC [[computer terminal]]s. This later became the basis for other character sets such as the [[Lotus International Character Set]] (LICS), [[ECMA-94]] and [[ISO 8859-1]].&lt;br /&gt;
&lt;br /&gt;
==ISO 8859==&lt;br /&gt;
{{Main|ISO/IEC 8859}}&lt;br /&gt;
In 1987, the [[International Organization for Standardization]] (ISO) published a set of standards for eight-bit ASCII extensions, ISO 8859. The most popular of these was [[ISO 8859-1]] (also called &amp;quot;ISO Latin&amp;amp;nbsp;1&amp;quot;) which contains characters sufficient for the most common Western European languages. Other standards in the 8859 group included [[ISO 8859-2]] for Eastern European languages using the [[Latin script]] and [[ISO 8859-5]] for languages using the [[Cyrillic script]], and others.&lt;br /&gt;
&lt;br /&gt;
One notable way in which the ISO standards differ from some vendor-specific extended ASCII character sets, is that the first 32 codepoints in the extension block are reserved in the ISO standard for control use and are not available for printable characters.{{efn|They are also reserved in Unicode.&amp;lt;ref&amp;gt;{{cite book |title=The Unicode Standard, Version 15.1 |chapter=C1 Controls and Latin-1 Supplement {{!}} Range: 0080–00FF |publisher=[[Unicode Consortium]] | chapter-url=https://www.unicode.org/charts/PDF/U0080.pdf}}&amp;lt;/ref&amp;gt;}} This policy emulated the [[C0 and C1 control codes|C0 control codes]] block that occupy the first 32 codepoints of ASCII. This aspect of the standard was almost universally ignored by other extended ASCII sets.&lt;br /&gt;
&lt;br /&gt;
==Windows-1252==&lt;br /&gt;
{{Main|Windows-1252}}&lt;br /&gt;
&lt;br /&gt;
Microsoft intended to use ISO 8859 standards in Windows,&amp;lt;ref&amp;gt;{{Cite web |title=HTML Windows-1252 Reference |url=https://www.w3schools.com/charsets/ref_html_ansi.asp |access-date=February 10, 2025 |website=www.w3schools.com |language=en-US}}&amp;lt;/ref&amp;gt; but soon replaced [[C0 and C1 control codes|C1 control codes]] with additional characters, making the proprietary Windows-1252 character set. The added characters included &amp;quot;curly&amp;quot; [[quotation mark]]s, the [[em dash]], the [[euro sign]], and the French and Finnish letters from [[ISO-8859-15]]. This became the most-used extended ASCII in the world, and often is used on the web even when 8859-1 is specified.&amp;lt;ref&amp;gt;{{cite web |title=HTML Character Sets |website= W3 Schools |url=https://www.w3schools.com/charsets/ |quote=When a browser detects ISO-8859-1 it normally defaults to Windows-1252, because Windows-1252 has 32 more international characters.}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;WHATWG&amp;quot;&amp;gt;{{cite web |url=https://encoding.spec.whatwg.org/#names-and-labels |title=Encoding |at=sec. 5.2 Names and labels |publisher=[[WHATWG]] |date=January 27, 2015 |access-date=February 4, 2015 |archive-url=https://web.archive.org/web/20150204174315/https://encoding.spec.whatwg.org/#names-and-labels |archive-date=February 4, 2015 |url-status=live}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Character set confusion==&lt;br /&gt;
In order to correctly interpret and display text data (sequences of characters) that includes extended codes, software that reads or receives the text must use the &amp;#039;&amp;#039;specific&amp;#039;&amp;#039; encoding that text was written in. Choosing the wrong encoding causes the display of often wildly-incorrect characters, known by the Japanese term [[mojibake]]. Because ASCII is common between all &amp;quot;extended ASCII&amp;quot; encodings, using the wrong one results in readable English (or any language that is using only A-Z), as well as numbers and most punctuation surviving.&lt;br /&gt;
&lt;br /&gt;
Many [[communications protocol]]s, most importantly [[SMTP]] and [[HTTP]], require the character encoding of content to be tagged with [[Internet Assigned Numbers Authority|IANA]]-assigned character set identifiers, in an attempt to get software to interpret multiple encodings correctly. However the vast majority of software relies on a system setting indicating the user&amp;#039;s preferred encoding, or compiles in an assumed setting.&lt;br /&gt;
&lt;br /&gt;
In modern times, Unicode has replaced almost all uses of non-ASCII encodings. Because many Internet standards use ISO 8859-1, and because Microsoft Windows (for most languages used in Western Europe and the Americas) uses the [[CP1252]] superset of ISO 8859-1, in general it is safe to assume that any byte stream that is not valid [[UTF-8]] is in CP1252 or the system setting.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* {{anli|ASCII art}}&lt;br /&gt;
* [[Digraphs and trigraphs (programming)]]&lt;br /&gt;
* {{anli|Input method}}&lt;br /&gt;
* [[List of Unicode characters]]&lt;br /&gt;
* {{anli|KOI-8}}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{notelist}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://www.cplusplus.com/doc/ascii/ A short page on ASCII, with the OEM 8-bit chart and the ANSI 8-bit chart]&lt;br /&gt;
&lt;br /&gt;
{{character encoding}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Character sets]]&lt;br /&gt;
[[Category:ASCII]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>