Six-bit character code: Difference between revisions

Content deleted Content added
m punctuation fix
 
(29 intermediate revisions by 13 users not shown)
Line 1:
{{Short description|Computer encoding of characters}}
{{Use dmy dates|date=May 2019|cs1-dates=y}}
A '''six-bit character code''' is a [[character encoding]] designed for use on computers with [[word length]]s a multiple of 6. Six bits can only encode 64 distinct characters, so these codes generally include only the upper-case letters, the numerals, some punctuation characters, and sometimes control characters. The [[IBM 7 track|7-track]] [[Magnetic -tape data storage|magnetic tape]] format was developed to store data in such codes, along with an additional [[parity bit]].
 
==Types of six-bit codes==
Line 7 ⟶ 8:
The earliest computers dealt with numeric data only, and made no provision for character data. [[Six-bit BCD]], with several variants, was used by [[IBM]] on early computers such as the [[IBM 702]] in 1953 and the [[IBM 704]] in 1954.<ref>{{cite book |author=IBM Corporation |title=704 electronic data-processing machine: manual of operation |date=1954 |url=http://www.bitsavers.org/pdf/ibm/704/24-6661-2_704_Manual_1955.pdf}}</ref>{{rp|p.35}} Six-bit encodings were replaced by the 8-bit [[EBCDIC]] code starting in 1964, when [[System/360]] standardized on 8-bit [[byte]]s. There are some variants of this type of code (see [[#BCD-variants|below]]).
 
Six-bit character codes generally succeeded the five-bit [[Baudot code]] and preceded seven-bit [[ASCII]].
Six-bit character codes generally succeeded the five-bit [[Baudot code]] and preceded seven-bit [[ASCII]]. One popular variant was [[Digital Equipment Corporation|DEC]] SIXBIT. This is simply the ASCII character codes from 32 to 95 coded as 0 to 63 by subtracting 32 (i.e., columns 2, 3, 4, and 5 of the ASCII table (16 characters to a column), shifted to columns 0 through 3, by subtracting 2 from the high bits); it includes the space, punctuation characters, numbers, and capital letters, but no control characters. Since it included no control characters, not even end-of-line, it was not used for general text processing. However, six-character names such as [[filename]]s and [[assembly language|assembler]] [[identifier|symbol]]s could be stored in a single [[36-bit]] word of [[PDP-10]], and three characters fit in each word of the [[PDP-1]] and two characters fit in each word of the [[PDP-8]].
 
Six-bit codes could encode more than 64 characters by the use of [[Shift Out and Shift In characters]], essentially incorporating two distinct 62-character sets and switching between them. For example, the popular [[IBM 2741]] communications terminal supported a variety of character sets of up to 88 printing characters plus control characters.
 
===Teletypesetter code===
A [[UTF-6]] encoding was proposed for [[Comparison of Unicode encodings|Unicode]]<ref name="UTF-6">{{cite web |author-last1=Welter |author-first1=Mark |author-last2=Spolarich |author-first2=Brian W. |title=UTF-6 - Yet Another ASCII-Compatible Encoding for ID |url=https://tools.ietf.org/html/draft-ietf-idn-utf6-00 |website=Internet Engineering Task Force |date=2000-11-16 |access-date=2016-04-09 |url-status=live |archive-url=https://web.archive.org/web/20160523174347/https://tools.ietf.org/html/draft-ietf-idn-utf6-00 |archive-date=2016-05-23}}</ref> but was superseded by [[Punycode]].
{{main|Teleprinter#Teletypesetter|Telegraph code#TeleTypeSetter}}
A special 6-level extension of the 5-level [[International Telegraph Alphabet]] was used to remotely control [[Linotype machine]]s beginning around 1930. By 1950 it was widely used by [[wire service]]s to send preformatted news stories to participating newspapers. It supported the 90 [[printable character]]s characters of a Linotype machine, plus [[whitespace character]]s.
 
The TTS code had two pairs of shift codes allowing a total of four shift states. The first operated much like a keyboard's shift key and selected between a lower-case and digits repertoire, and an upper-case and symbols one. A second pair of Linotype-specific "lower rail" and "upper rail" shift codes would select an alternate (usually italic) font.
===BCD six-bit code===
 
Six-bit [[BCD (6-bit)|BCD]] code was the adaptation of the [[punched card code]] to [[binary code]]. [[IBM]] applied the terms ''binary-coded decimal'' and ''BCD'' to the variations of BCD ''alphamerics'' used in most early IBM computers, including the [[IBM 1620]], [[IBM 1400 series]], and non-[[IBM 700/7000 series#Decimal architecture (7070/7072/7074)|decimal architecture]] members of the [[IBM 700/7000 series]].
===BCD six-bit codes===
Six-bit [[BCD (character encoding)|BCD]] codes were adaptations of the [[punched card code]] to [[binary code]]. [[IBM]] applied the terms ''binary-coded decimal'' and ''BCD'' to the variations of BCD ''alphamerics'' used in most early IBM computers, including the [[IBM 1620]], [[IBM 1400 series]], and non-[[IBM 700/7000 series#Decimal architecture (7070/7072/7074)|decimal architecture]] members of the [[IBM 700/7000 series]].
 
===COBOL databases six-bit code===
Line 22 ⟶ 27:
A six-bit code, with added odd [[parity bit]], is used on Track 1 of [[magnetic stripe card]]s, as specified in [[ISO/IEC 7811]]-2.
 
==={{DEC SIXBIT code<span class="anchor|ECMA-1}}" id="DEC six-bit code"></span>===
A popular six-bit code was [[Digital Equipment Corporation|DEC]] SIXBIT. This is simply the ASCII character codes from 32 to 95 coded as 0 to 63 by subtracting 32 (i.e., columns 2, 3, 4, and 5 of the ASCII table (16 characters to a column), shifted to columns 0 through 3, by subtracting 2 from the high bits); it includes the space, punctuation characters, numbers, and capital letters, but no control characters. Since it included no control characters, not even end-of-line, it was not used for general text processing. However, six-character names such as [[filename]]s and [[assembly language|assembler]] [[identifier|symbol]]s could be stored in a single [[36-bit]] word of the [[PDP-10]], and three characters fit in each word of the [[PDP-1]] and two characters fit in each word of the [[PDP-8]].
A DEC SIXBIT code including a few control characters&mdash;along with [[Shift Out and Shift In characters|SO/SI]], allowing code extension&mdash;was specified as [[Ecma International|ECMA]]-[http://www.ecma-international.org/publications/files/ECMA-ST-WITHDRAWN/ECMA-1,%201st%20Edition,%20March%201963.pdf 1] in 1963 (see [[#ASCII-variants|below]]). Another, less common, variant is obtained by just stripping the high bit of an ASCII code in 32 - 95 range (codes 32 - 63 remain at their positions, higher values have 64 subtracted from them). Such variant was sometimes used on DEC's [[PDP-8]] (1965).
 
Another, less common, variant is obtained by just stripping the high bit of an ASCII code in 32 - 95 range (codes 32 - 63 remain at their positions, higher values have 64 subtracted from them). Such variant was sometimes used on DEC's [[PDP-8]] (1965).
===FIELDATA six-bit code===
[[FIELDATA]] was a seven-bit code (with optional parity) of which only 64 code positions (occupying six bits) were formally defined.<ref name="Mackenzie_1980">{{cite book |title=Coded Character Sets, History and Development |work=The Systems Programming Series |author-last=Mackenzie |author-first=Charles E. |year=1980 |edition=1 |publisher=[[Addison-Wesley Publishing Company, Inc.]] |isbn=0-201-14460-3 |lccn=77-90165 |page=64 |url=https://books.google.com/books?id=6-tQAAAAMAAJ |access-date=2016-05-22}}</ref> A variant was used by [[UNIVAC]]'s 1100-series computers.<ref name="Walker_1996">{{cite web |title=UNIVAC 1100 Series FIELDATA Code |work=UNIVAC Memories |author-first=John |author-last=Walker |date=1996-08-06 |url=https://www.fourmilab.ch/documents/univac/fieldata.html |access-date=2016-05-22 |url-status=live |archive-url=https://web.archive.org/web/20160522120813/https://www.fourmilab.ch/documents/univac/fieldata.html |archive-date=2016-05-22}}</ref> Treating the code as a six-bit code these systems used a 36-bit word (capable of storing six such reduced FIELDATA characters).<ref name="Jennings_2016">{{cite web |title=An annotated history of some character codes or ASCII: American Standard Code for Information Infiltration |author-first=Thomas Daniel |author-last=Jennings |author-link=Thomas Daniel Jennings |website=World Power Systems (WPS) |date=2016-04-20 |orig-year=1999 |url=http://worldpowersystems.com/J/codes/#FIELDATA |access-date=2016-05-22 |url-status=live |archive-url=https://web.archive.org/web/20160522024759/http://worldpowersystems.com/J/codes/#FIELDATA |archive-date=2016-05-22}}</ref>
 
===Braille six-bit code===
[[Braille]] characters are represented using six dot positions, arranged in a rectangle. Each position may contain a raised dot or not, so Braille can be considered to be a six-bit binary code. Some more modern Braille systems add an extra two dots, making these systems an eight-bit code instead.
 
==Six-bit codes for binary-to-text encoding==
{{See also|Binary-to-text encoding}}
Transmission of binary data over systems which are designed for text only can sometimes introduce problems. For example, [[email]] historically supported only 7-bit ASCII codes and would strip the 8th bit, thus corrupting binary data sent directly through any troublesome mail server. Other systems can cause issues by improperly interpreting control characters during storage or transmission.
A number of schemes exist to pack 8-bit data into text-only representations which can pass through text mail systems, to be decoded at the destination. Examples of 6-bit character subsets used for packing binary data include [[Uuencode]] and [[Base64]]. These sets contain no control characters (only printable numbers, letters, some punctuation, and maybe space) and allow data to be transmitted over any medium which is also able to transmit human-readable text.
 
=={{anchor|BCD-variants}}Examples of BCD six-bit codes==
 
IBM, which dominated commercial data processing use a variety of six-bit codes, which were tied to the character set used on [[punched card]]s, ''see'' [[BCD (character encoding)]].
 
Other vendor character codes are shown below, with their [[Unicode]] equivalents.
 
{|{{Chset-table-header1|CDC 1604: Magnetic tape BCD codes}}
|-
|{{chset-left1|0x}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|U+0031 DIGIT ONE|[[1]]}}
|{{chset-cell1|U+0032 DIGIT TWO|[[2]]}}
|{{chset-cell1|U+0033 DIGIT THREE|[[3]]}}
|{{chset-cell1|U+0034 DIGIT FOUR|[[4]]}}
|{{chset-cell1|U+0035 DIGIT FIVE|[[5]]}}
|{{chset-cell1|U+0036 DIGIT SIX|[[6]]}}
|{{chset-cell1|U+0037 DIGIT SEVEN|[[7]]}}
|{{chset-cell1|U+0038 DIGIT EIGHT|[[8]]}}
|{{chset-cell1|U+0039 DIGIT NINE|[[9]]}}
|{{chset-cell1|U+0030 DIGIT ZERO|[[0]]}}
|{{chset-cell1|U+0023 NUMBER SIGN|[[number sign|#]]}}
|{{chset-cell1|U+0040 COMMERCIAL AT|[[@]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-ctrl1|TAPE MARK|[[End-of-file|TAPE<br/>MARK]]|style=line-height:1}}
|-
|{{chset-left1|1x}}
|{{chset-ctrl1|U+0020 SPACE|&nbsp;{{Control code link|SP}}&nbsp;}}
|{{chset-cell1|U+002F SOLIDUS|[[Slash (punctuation)|/]]}}
|{{chset-cell1|U+0053 LATIN CAPITAL LETTER S|[[S]]}}
|{{chset-cell1|U+0054 LATIN CAPITAL LETTER T|[[T]]}}
|{{chset-cell1|U+0055 LATIN CAPITAL LETTER U|[[U]]}}
|{{chset-cell1|U+0056 LATIN CAPITAL LETTER V|[[V]]}}
|{{chset-cell1|U+0057 LATIN CAPITAL LETTER W|[[W]]}}
|{{chset-cell1|U+0058 LATIN CAPITAL LETTER X|[[X]]}}
|{{chset-cell1|U+0059 LATIN CAPITAL LETTER Y|[[Y]]}}
|{{chset-cell1|U+005A LATIN CAPITAL LETTER Z|[[Z]]}}
|{{chset-ctrl1|RECORD MARK|[[BCD (character encoding)#Recordmark character|REC<br/>MARK]]|style=line-height:1}}
|{{chset-cell1|U+002C COMMA|[[,]]}}
|{{chset-cell1|U+0025 PERCENT SIGN|[[%]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|-
|{{chset-left1|2x}}
|{{chset-cell1|U+002D HYPHEN-MINUS|[[Hyphen-minus|-]]}}
|{{chset-cell1|U+004A LATIN CAPITAL LETTER J|[[J]]}}
|{{chset-cell1|U+004B LATIN CAPITAL LETTER K|[[K]]}}
|{{chset-cell1|U+004C LATIN CAPITAL LETTER L|[[L]]}}
|{{chset-cell1|U+004D LATIN CAPITAL LETTER M|[[M]]}}
|{{chset-cell1|U+004E LATIN CAPITAL LETTER N|[[N]]}}
|{{chset-cell1|U+004F LATIN CAPITAL LETTER O|[[O]]}}
|{{chset-cell1|U+0050 LATIN CAPITAL LETTER P|[[P]]}}
|{{chset-cell1|U+0051 LATIN CAPITAL LETTER Q|[[Q]]}}
|{{chset-cell1|U+0052 LATIN CAPITAL LETTER R|[[R]]}}
|{{chset-cell1|U+002D HYPHEN-MINUS U+0030 DIGIT ZERO|[[-0]]}}
|{{chset-cell1|U+0024 DOLLAR SIGN|[[$]]}}
|{{chset-cell1|U+002A ASTERISK|[[Asterisk|*]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|-
|{{chset-left1|3x}}
|{{chset-cell1|U+0026 AMPERSAND|[[ampersand|&]]}}
|{{chset-cell1|U+0041 LATIN CAPITAL LETTER A|[[A]]}}
|{{chset-cell1|U+0042 LATIN CAPITAL LETTER B|[[B]]}}
|{{chset-cell1|U+0043 LATIN CAPITAL LETTER C|[[C]]}}
|{{chset-cell1|U+0044 LATIN CAPITAL LETTER D|[[D]]}}
|{{chset-cell1|U+0045 LATIN CAPITAL LETTER E|[[E]]}}
|{{chset-cell1|U+0046 LATIN CAPITAL LETTER F|[[F]]}}
|{{chset-cell1|U+0047 LATIN CAPITAL LETTER G|[[G]]}}
|{{chset-cell1|U+0048 LATIN CAPITAL LETTER H|[[H]]}}
|{{chset-cell1|U+0049 LATIN CAPITAL LETTER I|[[I]]}}
|{{chset-cell1|U+002B PLUS SIGN U+0030 DIGIT ZERO|[[+0]]}}
|{{chset-cell1|U+002E FULL STOP|[[full stop|.]]}}
|{{chset-cell1|U+00A4 CURRENCY SIGN|[[¤]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-ctrl1|GROUP MARK|[[BCD (character encoding)#Groupmark character|GRP<br/>MARK]]|style=line-height:1}}
|}
 
{|{{Chset-table-header1|CDC 1604: [[Punched card]] codes}}
|-
|{{chset-left1|0x}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|U+0031 DIGIT ONE|[[1]]}}
|{{chset-cell1|U+0032 DIGIT TWO|[[2]]}}
|{{chset-cell1|U+0033 DIGIT THREE|[[3]]}}
|{{chset-cell1|U+0034 DIGIT FOUR|[[4]]}}
|{{chset-cell1|U+0035 DIGIT FIVE|[[5]]}}
|{{chset-cell1|U+0036 DIGIT SIX|[[6]]}}
|{{chset-cell1|U+0037 DIGIT SEVEN|[[7]]}}
|{{chset-cell1|U+0038 DIGIT EIGHT|[[8]]}}
|{{chset-cell1|U+0039 DIGIT NINE|[[9]]}}
|{{chset-cell1|U+0030 DIGIT ZERO|[[0]]}}
|{{chset-cell1|U+003D EQUALS SIGN|[[equals sign|{{=}}]]}}
|{{chset-cell1|U+2212 MINUS SIGN|[[−]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|-
|{{chset-left1|1x}}
|{{chset-cell1|U+002F SOLIDUS|[[Slash (punctuation)|/]]}}
|{{chset-cell1|U+0053 LATIN CAPITAL LETTER S|[[S]]}}
|{{chset-cell1|U+0054 LATIN CAPITAL LETTER T|[[T]]}}
|{{chset-cell1|U+0055 LATIN CAPITAL LETTER U|[[U]]}}
|{{chset-cell1|U+0056 LATIN CAPITAL LETTER V|[[V]]}}
|{{chset-cell1|U+0057 LATIN CAPITAL LETTER W|[[W]]}}
|{{chset-cell1|U+0058 LATIN CAPITAL LETTER X|[[X]]}}
|{{chset-cell1|U+0059 LATIN CAPITAL LETTER Y|[[Y]]}}
|{{chset-cell1|U+005A LATIN CAPITAL LETTER Z|[[Z]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|U+002C COMMA|[[,]]}}
|{{chset-cell1|U+0028 LEFT PARENTHESIS|[[Parenthesis|(]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|-
|{{chset-left1|2x}}
|{{chset-cell1|U+2014 EM DASH|[[—]]}}
|{{chset-cell1|U+004A LATIN CAPITAL LETTER J|[[J]]}}
|{{chset-cell1|U+004B LATIN CAPITAL LETTER K|[[K]]}}
|{{chset-cell1|U+004C LATIN CAPITAL LETTER L|[[L]]}}
|{{chset-cell1|U+004D LATIN CAPITAL LETTER M|[[M]]}}
|{{chset-cell1|U+004E LATIN CAPITAL LETTER N|[[N]]}}
|{{chset-cell1|U+004F LATIN CAPITAL LETTER O|[[O]]}}
|{{chset-cell1|U+0050 LATIN CAPITAL LETTER P|[[P]]}}
|{{chset-cell1|U+0051 LATIN CAPITAL LETTER Q|[[Q]]}}
|{{chset-cell1|U+0052 LATIN CAPITAL LETTER R|[[R]]}}
|{{chset-cell1|U+002D HYPHEN-MINUS U+0030 DIGIT ZERO|[[-0]]}}
|{{chset-cell1|U+0024 DOLLAR SIGN|[[$]]}}
|{{chset-cell1|U+002A ASTERISK|[[Asterisk|*]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|-
|{{chset-left1|3x}}
|{{chset-cell1|U+002B PLUS SIGN|[[Plus sign|+]]}}
|{{chset-cell1|U+0041 LATIN CAPITAL LETTER A|[[A]]}}
|{{chset-cell1|U+0042 LATIN CAPITAL LETTER B|[[B]]}}
|{{chset-cell1|U+0043 LATIN CAPITAL LETTER C|[[C]]}}
|{{chset-cell1|U+0044 LATIN CAPITAL LETTER D|[[D]]}}
|{{chset-cell1|U+0045 LATIN CAPITAL LETTER E|[[E]]}}
|{{chset-cell1|U+0046 LATIN CAPITAL LETTER F|[[F]]}}
|{{chset-cell1|U+0047 LATIN CAPITAL LETTER G|[[G]]}}
|{{chset-cell1|U+0048 LATIN CAPITAL LETTER H|[[H]]}}
|{{chset-cell1|U+0049 LATIN CAPITAL LETTER I|[[I]]}}
|{{chset-cell1|U+002B PLUS SIGN U+0030 DIGIT ZERO|[[+0]]}}
|{{chset-cell1|U+002E FULL STOP|[[full stop|.]]}}
|{{chset-cell1|U+0029 RIGHT PARENTHESIS|[[Parenthesis|)]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|}
 
{|{{Chset-table-header1|CDC 1612: Printer codes (business applications)}}
|-
|{{chset-left1|0x}}
|{{chset-cell1|U+003A COLON|[[colon (punctuation)|&#x3A;]]}}
|{{chset-cell1|U+0031 DIGIT ONE|[[1]]}}
|{{chset-cell1|U+0032 DIGIT TWO|[[2]]}}
|{{chset-cell1|U+0033 DIGIT THREE|[[3]]}}
|{{chset-cell1|U+0034 DIGIT FOUR|[[4]]}}
|{{chset-cell1|U+0035 DIGIT FIVE|[[5]]}}
|{{chset-cell1|U+0036 DIGIT SIX|[[6]]}}
|{{chset-cell1|U+0037 DIGIT SEVEN|[[7]]}}
|{{chset-cell1|U+0038 DIGIT EIGHT|[[8]]}}
|{{chset-cell1|U+0039 DIGIT NINE|[[9]]}}
|{{chset-cell1|U+0030 DIGIT ZERO|[[0]]}}
|{{chset-cell1|U+003D EQUALS SIGN|[[equals sign|{{=}}]]}}
|{{chset-cell1|U+2260 NOT EQUAL TO|[[≠]]}}
|{{chset-cell1|U+2264 LESS-THAN OR EQUAL TO|[[Inequality (mathematics)|≤]]}}
|{{chset-cell1|U+0021 EXCLAMATION MARK|[[Exclamation mark|!]]}}
|{{chset-cell1|U+005B LEFT SQUARE BRACKET|[[Square brackets|&#91;]]}}
|-
|{{chset-left1|1x}}
|{{chset-ctrl1|U+0020 SPACE|&nbsp;{{Control code link|SP}}&nbsp;}}
|{{chset-cell1|U+002F SOLIDUS|[[Slash (punctuation)|/]]}}
|{{chset-cell1|U+0053 LATIN CAPITAL LETTER S|[[S]]}}
|{{chset-cell1|U+0054 LATIN CAPITAL LETTER T|[[T]]}}
|{{chset-cell1|U+0055 LATIN CAPITAL LETTER U|[[U]]}}
|{{chset-cell1|U+0056 LATIN CAPITAL LETTER V|[[V]]}}
|{{chset-cell1|U+0057 LATIN CAPITAL LETTER W|[[W]]}}
|{{chset-cell1|U+0058 LATIN CAPITAL LETTER X|[[X]]}}
|{{chset-cell1|U+0059 LATIN CAPITAL LETTER Y|[[Y]]}}
|{{chset-cell1|U+005A LATIN CAPITAL LETTER Z|[[Z]]}}
|{{chset-cell1|U+005D RIGHT SQUARE BRACKET|[[Square brackets|&#93;]]}}
|{{chset-cell1|U+002C COMMA|[[,]]}}
|{{chset-cell1|U+0028 LEFT PARENTHESIS|[[Parenthesis|(]]}}
|{{chset-cell1|U+2192 RIGHTWARDS ARROW|[[Arrow (symbol)|→]]}}
|{{chset-cell1|U+2261 IDENTICAL TO|[[List of mathematical symbols|≡]]}}
|{{chset-cell1|U+007E TILDE|[[Tilde|~]]}}
|-
|{{chset-left1|2x}}
|{{chset-cell1|U+2212 MINUS SIGN|[[−]]}}
|{{chset-cell1|U+004A LATIN CAPITAL LETTER J|[[J]]}}
|{{chset-cell1|U+004B LATIN CAPITAL LETTER K|[[K]]}}
|{{chset-cell1|U+004C LATIN CAPITAL LETTER L|[[L]]}}
|{{chset-cell1|U+004D LATIN CAPITAL LETTER M|[[M]]}}
|{{chset-cell1|U+004E LATIN CAPITAL LETTER N|[[N]]}}
|{{chset-cell1|U+004F LATIN CAPITAL LETTER O|[[O]]}}
|{{chset-cell1|U+0050 LATIN CAPITAL LETTER P|[[P]]}}
|{{chset-cell1|U+0051 LATIN CAPITAL LETTER Q|[[Q]]}}
|{{chset-cell1|U+0052 LATIN CAPITAL LETTER R|[[R]]}}
|{{chset-cell1|U+0025 PERCENT SIGN|[[Percent sign|%]]}}
|{{chset-cell1|U+0024 DOLLAR SIGN|[[$]]}}
|{{chset-cell1|U+002A ASTERISK|[[Asterisk|*]]}}
|{{chset-cell1|U+2191 UPWARDS ARROW|[[Arrow (symbol)|↑]]}}
|{{chset-cell1|U+2193 DOWNWARDS ARROW|[[Arrow (symbol)|↓]]}}
|{{chset-cell1|U+003E GREATER-THAN SIGN|[[greater-than sign|&gt;]]}}
|-
|{{chset-left1|3x}}
|{{chset-cell1|U+002B PLUS SIGN|[[Plus sign|+]]}}
|{{chset-cell1|U+0041 LATIN CAPITAL LETTER A|[[A]]}}
|{{chset-cell1|U+0042 LATIN CAPITAL LETTER B|[[B]]}}
|{{chset-cell1|U+0043 LATIN CAPITAL LETTER C|[[C]]}}
|{{chset-cell1|U+0044 LATIN CAPITAL LETTER D|[[D]]}}
|{{chset-cell1|U+0045 LATIN CAPITAL LETTER E|[[E]]}}
|{{chset-cell1|U+0046 LATIN CAPITAL LETTER F|[[F]]}}
|{{chset-cell1|U+0047 LATIN CAPITAL LETTER G|[[G]]}}
|{{chset-cell1|U+0048 LATIN CAPITAL LETTER H|[[H]]}}
|{{chset-cell1|U+0049 LATIN CAPITAL LETTER I|[[I]]}}
|{{chset-cell1|U+003C LESS-THAN SIGN|[[less-than sign|&lt;]]}}
|{{chset-cell1|U+002E FULL STOP|[[full stop|.]]}}
|{{chset-cell1|U+0029 RIGHT PARENTHESIS|[[Parenthesis|)]]}}
|{{chset-cell1|U+2265 GREATER-THAN OR EQUAL TO|[[≥]]}}
|{{chset-cell1|U+003F QUESTION MARK|[[question mark|?]]}}
|{{chset-cell1|U+003B SEMICOLON|[[semicolon|&#x3B;]]}}
|}
 
=={{anchor|ASCII-variants}}Examples of six-bit ASCII variants==
{|{{chset-table-header1|DEC SIXBIT}}
|-
Line 342 ⟶ 107:
|}
 
==={{anchor|ECMA-1}}ECMA and ISO six-bit code===
{|{{chset-table-header1|ECMA-1}}
A six-bit code similar to DEC's, but replacing a few punctuation characters with the most useful control characters&mdash;including [[Shift Out and Shift In characters|SO/SI]], allowing code extension&mdash;was specified as [[Ecma International|ECMA]]-[https://ecma-international.org/publications-and-standards/standards/ecma-1/ 1] in 1963. Four years later, ISO Recommendation R 646-1967 (which later evolved into [[ISO/IEC_646 | ISO Standard 646]]) included an almost identical six-bit code, differing only in some of the alternative options permitted for a few characters. ECMA-1 was eventually withdrawn, and ISO 646-1973 explicitly removed the six-bit code, standardizing only its 7-bit code.
 
{|{{chset-table-header1|ECMA-1 and ISO/R 646:1967}}
|-
|{{chset-left1|0x}}
|{{chset-ctrl1|U+0020 SPACE|&nbsp;[[Space character|SP]]&nbsp;}}
|{{chset-ctrl1 | U+0009: CHARACTER TABULATION | &nbsp;[[Horizontal tabulation|HT]]&nbsp; }}
|{{chset-ctrl1 | U+000A: LINE FEED | &nbsp;[[Line feed|LF]]&nbsp; |fn={{efn|name=crlf}}}}
|{{chset-ctrl1 | U+000B: LINE TABULATION | &nbsp;[[Vertical tabulation|VT]]&nbsp; }}
|{{chset-ctrl1 | U+000C: FORM FEED | &nbsp;[[Form feed|FF]]&nbsp; }}
|{{chset-ctrl1 | U+000D: CARRIAGE RETURN | &nbsp;[[Carriage return|CR]]&nbsp; |fn={{efn|name=crlf}}}}
|{{chset-ctrl1 | U+000E: SHIFT OUT | &nbsp;[[Shift out|SO]]&nbsp; }}
|{{chset-ctrl1 | U+000F: SHIFT IN | &nbsp;[[Shift in|SI]]&nbsp;&nbsp; }}
Line 375 ⟶ 143:
|{{chset-cell1|U+003A COLON|[[colon (punctuation)|&#x3A;]]}}
|{{chset-cell1|U+003B SEMICOLON|[[semicolon|&#x3B;]]}}
|{{chset-cell1|U+003C LESS-THAN SIGN / U+0024 DOLLAR SIGN|[[less-than sign|&lt;]]/[[Dollar sign|$]]}}
|{{chset-cell1|U+003D EQUALS SIGN / U+0025 PERCENT|[[equals sign|{{=}}]]/[[percent sign|%]]}}
|{{chset-cell1|U+003E GREATER-THAN SIGN / U+0026 AMPERSAND|[[greater-than sign|&gt;]]/[[ampersand|&amp;]]}}
|{{chset-cell1|U+003F QUESTION MARK/ U+0027 APOSTROPHE|[[question mark|?]]/[[apostrophe|']]|fn={{efn|name=iso646q}}}}
|-
|{{chset-left1|2x}}
Line 410 ⟶ 178:
|{{chset-cell1|U+0059 LATIN CAPITAL LETTER Y|[[Y]]}}
|{{chset-cell1|U+005A LATIN CAPITAL LETTER Z|[[Z]]}}
|{{chset-cell1|U+005B LEFT SQUARE BRACKET|[[Square brackets|&#91;]]|fn={{efn|name=natopt}}}}
|{{chset-cell1|U+005C REVERSE SOLIDUS|[[Backslash|\]]|fn={{efn|name=natopt}}}}
|{{chset-cell1|U+005D RIGHT SQUARE BRACKET|[[Square brackets|&#93;]]|fn={{efn|name=natopt}}}}
|{{chset-ctrl1 | U+001B: ESCAPE | [[Escape character|ESC]] }}
|{{chset-ctrl1 | U+007F: DELETE | [[Delete character|DEL]] }}
|}
{{notelist|refs=
{{efn|name=crlf|In systems where LF both advances to the next line and returns the carriage to the start position, CR may instead be used as a "spare control" according to ECMA-1, and as BS "backspace" according to ISO/R 646. LF then has the designation NL "new line".}}
{{efn|name=natopt|These character positions are intended for national use. Where the local alphabet contains letters additional to the basic latin alphabet, they should be assigned to these positions. The default assignments, according to ECMA-1, are listed here.}}
{{efn|name=iso646q|ECMA-1 permits either the question mark or the apostrophe in this position. ISO/R 646 permits the apostrophe only, making it an invariant.}}
}}
 
===ICT/ICL 6-bit character set===
The [[ICT_1900_series#Character_sets|ICT (later ICL) 1900-series]] of mainframes<!--any others??--> used a six-bit code derived from an early 1963 version of [[ASCII]] for internal storage and processing, referred to as the "ECMA character set" in its documentation.
 
{|{{chset-table-header1|ICL Mainframes}}
Line 492 ⟶ 268:
|}
 
===AIS SixBit ASCII===
{|{{chset-table-header1|SixBit ASCII (used by [[Automatic identification system|AIS]])<ref name='Raymond'>{{cite web |url=http://catb.org/gpsd/AIVDM.html#_ais_payload_data_types |title=AIS Payload Data Types |access-date=2017-11-16 |author-last=Raymond |author-first=Eric S. |date=2017-08-29 |work=catb.org}}</ref>}}
The [[automatic identification system]] (AIS) uses this code.<ref name='Raymond'>{{cite web |url=https://gpsd.gitlab.io/gpsd/AIVDM.html#_ais_payload_data_types |title=AIVDM/AIVDO protocol decoding |at=AIS Payload Data Types |access-date=2024-03-14 |author-last=Raymond |author-first=Eric S. |date=2023-06-24}}</ref>
{|{{chset-table-header1|AIS SixBit ASCII}}
|-
|{{chset-left1|0x}}
Line 565 ⟶ 343:
|{{chset-cell1|U+003E GREATER-THAN SIGN|[[greater-than sign|&gt;]]}}
|{{chset-cell1|U+003F QUESTION MARK|[[question mark|?]]}}
|}
 
===FIELDATA six-bit code===
[[FIELDATA]] was a seven-bit code (with optional parity) of which only 64 code positions (occupying six bits) were formally defined.<ref name="Mackenzie_1980">{{cite book |url=https://textfiles.meulie.net/bitsaved/Books/Mackenzie_CodedCharSets.pdf |title=Coded Character Sets, History and Development |series=The Systems Programming Series |author-last=Mackenzie |author-first=Charles E. |date=1980 |edition=1 |publisher=[[Addison-Wesley Publishing Company, Inc.]] |isbn=978-0-201-14460-4 |lccn=77-90165 |access-date=2019-08-25 |archive-url=https://web.archive.org/web/20160526172151/https://textfiles.meulie.net/bitsaved/Books/Mackenzie_CodedCharSets.pdf |archive-date=May 26, 2016 |url-status=live |df=mdy-all }}</ref> A variant was used by [[UNIVAC]]'s 1100-series computers.<ref name="Walker_1996">{{cite web |title=UNIVAC 1100 Series FIELDATA Code |work=UNIVAC Memories |author-first=John |author-last=Walker |date=1996-08-06 |url=https://www.fourmilab.ch/documents/univac/fieldata.html |access-date=2016-05-22 |url-status=live |archive-url=https://web.archive.org/web/20160522120813/https://www.fourmilab.ch/documents/univac/fieldata.html |archive-date=2016-05-22}}</ref> Treating the code as a six-bit code these systems used a 36-bit word (capable of storing six such reduced FIELDATA characters).<ref name="Jennings_2016">{{cite web |title=An annotated history of some character codes or ASCII: American Standard Code for Information Infiltration |at=FIELDATA |author-first=Thomas Daniel |author-last=Jennings |author-link=Tom Jennings |website=sensitive research (SR-IX) |date=2016-04-20 |orig-year=1999 |url=https://www.sr-ix.com/Archive/CharCodeHist/index.html#FIELDATA |access-date=2022-06-01}}</ref>
 
===Braille six-bit code===
[[Braille]] characters are represented using six dot positions, arranged in a rectangle. Each position may contain a raised dot or not, so Braille can be considered to be a six-bit binary code. Some more modern Braille systems add an extra two dots, making these systems an eight-bit code instead.
 
==Six-bit codes for binary-to-text encoding==
{{See also|Binary-to-text encoding}}
Transmission of binary data over systems which are designed for text only can sometimes introduce problems. For example, [[email]] historically supported only 7-bit ASCII codes and would strip the 8th bit, thus corrupting binary data sent directly through any troublesome mail server. Other systems can cause issues by improperly interpreting control characters during storage or transmission.
A number of schemes exist to pack 8-bit data into text-only representations which can pass through text mail systems, to be decoded at the destination. Examples of 6-bit character subsets used for packing binary data include [[Uuencode]] and [[Base64]]. These sets contain no control characters (only printable numbers, letters, some punctuation, and maybe space) and allow data to be transmitted over any medium which is also able to transmit human-readable text.
 
=={{anchor|BCD-variants}}Examples of BCD six-bit codes==
 
IBM, which dominated commercial data processing use a variety of six-bit codes, which were tied to the character set used on [[punched card]]s, ''see'' [[BCD (character encoding)]].
 
Other vendor character codes are shown below, with their [[Unicode]] equivalents.
 
{|{{Chset-table-header1|CDC 1604: Magnetic tape BCD codes}}
|-
|{{chset-left1|0x}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|U+0031 DIGIT ONE|[[1]]}}
|{{chset-cell1|U+0032 DIGIT TWO|[[2]]}}
|{{chset-cell1|U+0033 DIGIT THREE|[[3]]}}
|{{chset-cell1|U+0034 DIGIT FOUR|[[4]]}}
|{{chset-cell1|U+0035 DIGIT FIVE|[[5]]}}
|{{chset-cell1|U+0036 DIGIT SIX|[[6]]}}
|{{chset-cell1|U+0037 DIGIT SEVEN|[[7]]}}
|{{chset-cell1|U+0038 DIGIT EIGHT|[[8]]}}
|{{chset-cell1|U+0039 DIGIT NINE|[[9]]}}
|{{chset-cell1|U+0030 DIGIT ZERO|[[0]]}}
|{{chset-cell1|U+0023 NUMBER SIGN|[[number sign|#]]}}
|{{chset-cell1|U+0040 COMMERCIAL AT|[[@]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-ctrl1|TAPE MARK|[[End-of-file|TAPE<br/>MARK]]|style=line-height:1}}
|-
|{{chset-left1|1x}}
|{{chset-ctrl1|U+0020 SPACE|&nbsp;{{Control code link|SP}}&nbsp;}}
|{{chset-cell1|U+002F SOLIDUS|[[Slash (punctuation)|/]]}}
|{{chset-cell1|U+0053 LATIN CAPITAL LETTER S|[[S]]}}
|{{chset-cell1|U+0054 LATIN CAPITAL LETTER T|[[T]]}}
|{{chset-cell1|U+0055 LATIN CAPITAL LETTER U|[[U]]}}
|{{chset-cell1|U+0056 LATIN CAPITAL LETTER V|[[V]]}}
|{{chset-cell1|U+0057 LATIN CAPITAL LETTER W|[[W]]}}
|{{chset-cell1|U+0058 LATIN CAPITAL LETTER X|[[X]]}}
|{{chset-cell1|U+0059 LATIN CAPITAL LETTER Y|[[Y]]}}
|{{chset-cell1|U+005A LATIN CAPITAL LETTER Z|[[Z]]}}
|{{chset-ctrl1|RECORD MARK|[[BCD (character encoding)#Recordmark character|REC<br/>MARK]]|style=line-height:1}}
|{{chset-cell1|U+002C COMMA|[[,]]}}
|{{chset-cell1|U+0025 PERCENT SIGN|[[%]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|-
|{{chset-left1|2x}}
|{{chset-cell1|U+002D HYPHEN-MINUS|[[Hyphen-minus|-]]}}
|{{chset-cell1|U+004A LATIN CAPITAL LETTER J|[[J]]}}
|{{chset-cell1|U+004B LATIN CAPITAL LETTER K|[[K]]}}
|{{chset-cell1|U+004C LATIN CAPITAL LETTER L|[[L]]}}
|{{chset-cell1|U+004D LATIN CAPITAL LETTER M|[[M]]}}
|{{chset-cell1|U+004E LATIN CAPITAL LETTER N|[[N]]}}
|{{chset-cell1|U+004F LATIN CAPITAL LETTER O|[[O]]}}
|{{chset-cell1|U+0050 LATIN CAPITAL LETTER P|[[P]]}}
|{{chset-cell1|U+0051 LATIN CAPITAL LETTER Q|[[Q]]}}
|{{chset-cell1|U+0052 LATIN CAPITAL LETTER R|[[R]]}}
|{{chset-cell1|U+002D HYPHEN-MINUS U+0030 DIGIT ZERO|[[-0]]}}
|{{chset-cell1|U+0024 DOLLAR SIGN|[[$]]}}
|{{chset-cell1|U+002A ASTERISK|[[Asterisk|*]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|-
|{{chset-left1|3x}}
|{{chset-cell1|U+0026 AMPERSAND|[[ampersand|&]]}}
|{{chset-cell1|U+0041 LATIN CAPITAL LETTER A|[[A]]}}
|{{chset-cell1|U+0042 LATIN CAPITAL LETTER B|[[B]]}}
|{{chset-cell1|U+0043 LATIN CAPITAL LETTER C|[[C]]}}
|{{chset-cell1|U+0044 LATIN CAPITAL LETTER D|[[D]]}}
|{{chset-cell1|U+0045 LATIN CAPITAL LETTER E|[[E]]}}
|{{chset-cell1|U+0046 LATIN CAPITAL LETTER F|[[F]]}}
|{{chset-cell1|U+0047 LATIN CAPITAL LETTER G|[[G]]}}
|{{chset-cell1|U+0048 LATIN CAPITAL LETTER H|[[H]]}}
|{{chset-cell1|U+0049 LATIN CAPITAL LETTER I|[[I]]}}
|{{chset-cell1|U+002B PLUS SIGN U+0030 DIGIT ZERO|[[+0]]}}
|{{chset-cell1|U+002E FULL STOP|[[full stop|.]]}}
|{{chset-cell1|U+00A4 CURRENCY SIGN|[[¤]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-ctrl1|GROUP MARK|[[BCD (character encoding)#Groupmark character|GRP<br/>MARK]]|style=line-height:1}}
|}
 
{|{{Chset-table-header1|CDC 1604: [[Punched card]] codes}}
|-
|{{chset-left1|0x}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|U+0031 DIGIT ONE|[[1]]}}
|{{chset-cell1|U+0032 DIGIT TWO|[[2]]}}
|{{chset-cell1|U+0033 DIGIT THREE|[[3]]}}
|{{chset-cell1|U+0034 DIGIT FOUR|[[4]]}}
|{{chset-cell1|U+0035 DIGIT FIVE|[[5]]}}
|{{chset-cell1|U+0036 DIGIT SIX|[[6]]}}
|{{chset-cell1|U+0037 DIGIT SEVEN|[[7]]}}
|{{chset-cell1|U+0038 DIGIT EIGHT|[[8]]}}
|{{chset-cell1|U+0039 DIGIT NINE|[[9]]}}
|{{chset-cell1|U+0030 DIGIT ZERO|[[0]]}}
|{{chset-cell1|U+003D EQUALS SIGN|[[equals sign|{{=}}]]}}
|{{chset-cell1|U+2212 MINUS SIGN|[[−]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|-
|{{chset-left1|1x}}
|{{chset-ctrl1|U+0020 SPACE|&nbsp;{{Control code link|SP}}&nbsp;}}
|{{chset-cell1|U+002F SOLIDUS|[[Slash (punctuation)|/]]}}
|{{chset-cell1|U+0053 LATIN CAPITAL LETTER S|[[S]]}}
|{{chset-cell1|U+0054 LATIN CAPITAL LETTER T|[[T]]}}
|{{chset-cell1|U+0055 LATIN CAPITAL LETTER U|[[U]]}}
|{{chset-cell1|U+0056 LATIN CAPITAL LETTER V|[[V]]}}
|{{chset-cell1|U+0057 LATIN CAPITAL LETTER W|[[W]]}}
|{{chset-cell1|U+0058 LATIN CAPITAL LETTER X|[[X]]}}
|{{chset-cell1|U+0059 LATIN CAPITAL LETTER Y|[[Y]]}}
|{{chset-cell1|U+005A LATIN CAPITAL LETTER Z|[[Z]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|U+002C COMMA|[[,]]}}
|{{chset-cell1|U+0028 LEFT PARENTHESIS|[[Parenthesis|(]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|-
|{{chset-left1|2x}}
|{{chset-cell1|U+2014 EM DASH|[[—]]}}
|{{chset-cell1|U+004A LATIN CAPITAL LETTER J|[[J]]}}
|{{chset-cell1|U+004B LATIN CAPITAL LETTER K|[[K]]}}
|{{chset-cell1|U+004C LATIN CAPITAL LETTER L|[[L]]}}
|{{chset-cell1|U+004D LATIN CAPITAL LETTER M|[[M]]}}
|{{chset-cell1|U+004E LATIN CAPITAL LETTER N|[[N]]}}
|{{chset-cell1|U+004F LATIN CAPITAL LETTER O|[[O]]}}
|{{chset-cell1|U+0050 LATIN CAPITAL LETTER P|[[P]]}}
|{{chset-cell1|U+0051 LATIN CAPITAL LETTER Q|[[Q]]}}
|{{chset-cell1|U+0052 LATIN CAPITAL LETTER R|[[R]]}}
|{{chset-cell1|U+002D HYPHEN-MINUS U+0030 DIGIT ZERO|[[-0]]}}
|{{chset-cell1|U+0024 DOLLAR SIGN|[[$]]}}
|{{chset-cell1|U+002A ASTERISK|[[Asterisk|*]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|-
|{{chset-left1|3x}}
|{{chset-cell1|U+002B PLUS SIGN|[[Plus sign|+]]}}
|{{chset-cell1|U+0041 LATIN CAPITAL LETTER A|[[A]]}}
|{{chset-cell1|U+0042 LATIN CAPITAL LETTER B|[[B]]}}
|{{chset-cell1|U+0043 LATIN CAPITAL LETTER C|[[C]]}}
|{{chset-cell1|U+0044 LATIN CAPITAL LETTER D|[[D]]}}
|{{chset-cell1|U+0045 LATIN CAPITAL LETTER E|[[E]]}}
|{{chset-cell1|U+0046 LATIN CAPITAL LETTER F|[[F]]}}
|{{chset-cell1|U+0047 LATIN CAPITAL LETTER G|[[G]]}}
|{{chset-cell1|U+0048 LATIN CAPITAL LETTER H|[[H]]}}
|{{chset-cell1|U+0049 LATIN CAPITAL LETTER I|[[I]]}}
|{{chset-cell1|U+002B PLUS SIGN U+0030 DIGIT ZERO|[[+0]]}}
|{{chset-cell1|U+002E FULL STOP|[[full stop|.]]}}
|{{chset-cell1|U+0029 RIGHT PARENTHESIS|[[Parenthesis|)]]}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|{{chset-cell1|||style=background:#DDD}}
|}
 
{|{{Chset-table-header1|CDC 1612: Printer codes (business applications)}}
|-
|{{chset-left1|0x}}
|{{chset-cell1|U+003A COLON|[[colon (punctuation)|&#x3A;]]}}
|{{chset-cell1|U+0031 DIGIT ONE|[[1]]}}
|{{chset-cell1|U+0032 DIGIT TWO|[[2]]}}
|{{chset-cell1|U+0033 DIGIT THREE|[[3]]}}
|{{chset-cell1|U+0034 DIGIT FOUR|[[4]]}}
|{{chset-cell1|U+0035 DIGIT FIVE|[[5]]}}
|{{chset-cell1|U+0036 DIGIT SIX|[[6]]}}
|{{chset-cell1|U+0037 DIGIT SEVEN|[[7]]}}
|{{chset-cell1|U+0038 DIGIT EIGHT|[[8]]}}
|{{chset-cell1|U+0039 DIGIT NINE|[[9]]}}
|{{chset-cell1|U+0030 DIGIT ZERO|[[0]]}}
|{{chset-cell1|U+003D EQUALS SIGN|[[equals sign|{{=}}]]}}
|{{chset-cell1|U+2260 NOT EQUAL TO|[[≠]]}}
|{{chset-cell1|U+2264 LESS-THAN OR EQUAL TO|[[Inequality (mathematics)|≤]]}}
|{{chset-cell1|U+0021 EXCLAMATION MARK|[[Exclamation mark|!]]}}
|{{chset-cell1|U+005B LEFT SQUARE BRACKET|[[Square brackets|&#91;]]}}
|-
|{{chset-left1|1x}}
|{{chset-ctrl1|U+0020 SPACE|&nbsp;{{Control code link|SP}}&nbsp;}}
|{{chset-cell1|U+002F SOLIDUS|[[Slash (punctuation)|/]]}}
|{{chset-cell1|U+0053 LATIN CAPITAL LETTER S|[[S]]}}
|{{chset-cell1|U+0054 LATIN CAPITAL LETTER T|[[T]]}}
|{{chset-cell1|U+0055 LATIN CAPITAL LETTER U|[[U]]}}
|{{chset-cell1|U+0056 LATIN CAPITAL LETTER V|[[V]]}}
|{{chset-cell1|U+0057 LATIN CAPITAL LETTER W|[[W]]}}
|{{chset-cell1|U+0058 LATIN CAPITAL LETTER X|[[X]]}}
|{{chset-cell1|U+0059 LATIN CAPITAL LETTER Y|[[Y]]}}
|{{chset-cell1|U+005A LATIN CAPITAL LETTER Z|[[Z]]}}
|{{chset-cell1|U+005D RIGHT SQUARE BRACKET|[[Square brackets|&#93;]]}}
|{{chset-cell1|U+002C COMMA|[[,]]}}
|{{chset-cell1|U+0028 LEFT PARENTHESIS|[[Parenthesis|(]]}}
|{{chset-cell1|U+2192 RIGHTWARDS ARROW|[[Arrow (symbol)|→]]}}
|{{chset-cell1|U+2261 IDENTICAL TO|[[List of mathematical symbols|≡]]}}
|{{chset-cell1|U+007E TILDE|[[Tilde|~]]}}
|-
|{{chset-left1|2x}}
|{{chset-cell1|U+2212 MINUS SIGN|[[−]]}}
|{{chset-cell1|U+004A LATIN CAPITAL LETTER J|[[J]]}}
|{{chset-cell1|U+004B LATIN CAPITAL LETTER K|[[K]]}}
|{{chset-cell1|U+004C LATIN CAPITAL LETTER L|[[L]]}}
|{{chset-cell1|U+004D LATIN CAPITAL LETTER M|[[M]]}}
|{{chset-cell1|U+004E LATIN CAPITAL LETTER N|[[N]]}}
|{{chset-cell1|U+004F LATIN CAPITAL LETTER O|[[O]]}}
|{{chset-cell1|U+0050 LATIN CAPITAL LETTER P|[[P]]}}
|{{chset-cell1|U+0051 LATIN CAPITAL LETTER Q|[[Q]]}}
|{{chset-cell1|U+0052 LATIN CAPITAL LETTER R|[[R]]}}
|{{chset-cell1|U+0025 PERCENT SIGN|[[Percent sign|%]]}}
|{{chset-cell1|U+0024 DOLLAR SIGN|[[$]]}}
|{{chset-cell1|U+002A ASTERISK|[[Asterisk|*]]}}
|{{chset-cell1|U+2191 UPWARDS ARROW|[[Arrow (symbol)|↑]]}}
|{{chset-cell1|U+2193 DOWNWARDS ARROW|[[Arrow (symbol)|↓]]}}
|{{chset-cell1|U+003E GREATER-THAN SIGN|[[greater-than sign|&gt;]]}}
|-
|{{chset-left1|3x}}
|{{chset-cell1|U+002B PLUS SIGN|[[Plus sign|+]]}}
|{{chset-cell1|U+0041 LATIN CAPITAL LETTER A|[[A]]}}
|{{chset-cell1|U+0042 LATIN CAPITAL LETTER B|[[B]]}}
|{{chset-cell1|U+0043 LATIN CAPITAL LETTER C|[[C]]}}
|{{chset-cell1|U+0044 LATIN CAPITAL LETTER D|[[D]]}}
|{{chset-cell1|U+0045 LATIN CAPITAL LETTER E|[[E]]}}
|{{chset-cell1|U+0046 LATIN CAPITAL LETTER F|[[F]]}}
|{{chset-cell1|U+0047 LATIN CAPITAL LETTER G|[[G]]}}
|{{chset-cell1|U+0048 LATIN CAPITAL LETTER H|[[H]]}}
|{{chset-cell1|U+0049 LATIN CAPITAL LETTER I|[[I]]}}
|{{chset-cell1|U+003C LESS-THAN SIGN|[[less-than sign|&lt;]]}}
|{{chset-cell1|U+002E FULL STOP|[[full stop|.]]}}
|{{chset-cell1|U+0029 RIGHT PARENTHESIS|[[Parenthesis|)]]}}
|{{chset-cell1|U+2265 GREATER-THAN OR EQUAL TO|[[≥]]}}
|{{chset-cell1|U+003F QUESTION MARK|[[question mark|?]]}}
|{{chset-cell1|U+003B SEMICOLON|[[semicolon|&#x3B;]]}}
|}
 
Line 646 ⟶ 666:
 
==Example of six-bit Braille codes==
The following table shows the arrangement of characters, with the hex value, corresponding ASCII character, Braille 6-bit codes (dot combinations), Braille [[Unicode]] glyph, and general meaning (the actual meaning may change depending on context).<ref name='DotlessBraille'>{{cite web |url=httphttps://www.dotlessbraille.org/displays.htm |title=Representing and Displaying Braille |access-date=20092024-0803-0914 |date=2002-02-20 |work=DotlessBraille.org }}</ref><ref name='Hallack'>{{cite web |url=http://home.utah.edu/~nahaj/ada/braille/braille-ascii.ads.html |title=braille-ascii.ads |access-date=2009-08-10 |author-last=Halleck |author-first=John |date=2000-08-24 |work=Braille.Ascii |archive-url=https://web.archive.org/web/20100613050638/http://home.utah.edu/~nahaj/ada/braille/braille-ascii.ads.html |archive-date=2010-06-13 |url-status=dead}}</ref>
 
{|
Line 1,060 ⟶ 1,080:
* [[CDC display code]]
* [[DEC RADIX 50]] / [[DEC MOD40|MOD40]]
* [[SQUOZE#Identifier name character encoding|IBM SQUOZE]]
* [[IBM Transcode]]
* [[ASCII]]
Line 1,069 ⟶ 1,089:
* [[UTF-8]]
* [[UTF-16]]
* [[Teletypesetter]] code (TTS)
 
==References==
Line 1,074 ⟶ 1,095:
 
==External links==
* {{cite web |url=http://wwwbitsavers.textfiles.com/bitsaversorg/pdf/cdc/1604/60016700F_1604-C_refManC_Reference_Nov67.pdf |title=Control Data 1604-C Computer Reference Manual}}&nbsp;{{small|(7.44&nbsp;MB)}}
* {{cite web |url=httphttps://www.ecma-international.org/publications/files/ECMA-STand-WITHDRAWNstandards/ECMAstandards/ecma-1,%201st%20Edition,%20March%201963.pdf/ |title=ECMA Standard for a 6 Bit Input/Output Character Code}}&nbsp;{{small|(1.53&nbsp;MB)}}
* [{{webarchive|url=https://web.archive.org/web/20200211090743/http://nemesis.lonestar.org/reference/telecom/codes/sixbit.html |title=SIXBIT Character Code Reference]|date=2020-02-11}} - Digital Equipment Corporation SIXBIT character coding system
 
{{Character encoding}}