Six-bit character code: Difference between revisions

Content deleted Content added
Fix code point/character mismatches.
Use chset templates for the tables
Line 37:
 
==Examples of BCD six-bit codes==
Characters are shown with their [[Unicode]] equivalents.
CDC 1604: Magnetic tape BCD codes
 
{| class="wikitable" style="text-align: center; margin-top: 1em"
{|{{chset-tableformat}}
|-
{{Chset-table-header|CDC 1604: Magnetic tape BCD codes}}
!width="4%"|
!width="6%"| <tt>.0</tt>
!width="6%"| <tt>.1</tt>
!width="6%"| <tt>.2</tt>
!width="6%"| <tt>.3</tt>
!width="6%"| <tt>.4</tt>
!width="6%"| <tt>.5</tt>
!width="6%"| <tt>.6</tt>
!width="6%"| <tt>.7</tt>
!width="6%"| <tt>.8</tt>
!width="6%"| <tt>.9</tt>
!width="6%"| <tt>.A</tt>
!width="6%"| <tt>.B</tt>
!width="6%"| <tt>.C</tt>
!width="6%"| <tt>.D</tt>
!width="6%"| <tt>.E</tt>
!width="6%"| <tt>.F</tt>
|-
!{{chset-left|0}}
! <tt>0.</tt>
|{{chset-color-undef}}|
| || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || 0 || # || @ || || ||style="font-size: 60%"| tape<br/>mark
|{{chset-color-digit}}|{{chset-cell|0031|[[1]]|1}}
|{{chset-color-digit}}|{{chset-cell|0032|[[2]]|2}}
|{{chset-color-digit}}|{{chset-cell|0033|[[3]]|3}}
|{{chset-color-digit}}|{{chset-cell|0034|[[4]]|4}}
|{{chset-color-digit}}|{{chset-cell|0035|[[5]]|5}}
|{{chset-color-digit}}|{{chset-cell|0036|[[6]]|6}}
|{{chset-color-digit}}|{{chset-cell|0037|[[7]]|7}}
|{{chset-color-digit}}|{{chset-cell|0038|[[8]]|8}}
|{{chset-color-digit}}|{{chset-cell|0039|[[9]]|9}}
|{{chset-color-digit}}|{{chset-cell|0030|[[0]]|10}}
|{{chset-color-punct}}|{{chset-cell|0023|[[number sign|#]]|11}}
|{{chset-color-punct}}|{{chset-cell|0040|[[@]]|12}}
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|{{chset-color-ctrl}}|{{chset-ctrl||[[End-of-file|TAPE<br />MARK]]|15}}
|-
!{{chset-left|1}}
! <tt>1.</tt>
|{{chset-color-misc}}|{{chset-ctrl|0020|{{Control code link|SP }}|16}}
|style="font-size: 60%"| space || / || S || T || U || V || W || X || Y || Z ||style="font-size: 60%"| record<br/>mark || , || % || || ||
|{{chset-color-punct}}|{{chset-cell|002F|[[Slash (punctuation)|/]]|17}}
|{{chset-color-letter}}|{{chset-cell|0053|[[S]]|18}}
|{{chset-color-letter}}|{{chset-cell|0054|[[T]]|19}}
|{{chset-color-letter}}|{{chset-cell|0055|[[U]]|20}}
|{{chset-color-letter}}|{{chset-cell|0056|[[V]]|21}}
|{{chset-color-letter}}|{{chset-cell|0057|[[W]]|22}}
|{{chset-color-letter}}|{{chset-cell|0058|[[X]]|23}}
|{{chset-color-letter}}|{{chset-cell|0059|[[Y]]|24}}
|{{chset-color-letter}}|{{chset-cell|005A|[[Z]]|25}}
|{{chset-color-ctrl}}|{{chset-ctrl||[[BCD (character encoding)#Recordmark character|RECORD<br />MARK]]|26}}
|{{chset-color-punct}}|{{chset-cell|002C|[[,]]|27}}
|{{chset-color-punct}}|{{chset-cell|0025|[[%]]|28}}
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|-
!{{chset-left|2}}
! <tt>2.</tt>
|{{chset-color-punct}}|{{chset-cell|002D|[[Hyphen-minus|-]]|32}}
| − || J || K || L || M || N || O || P || Q || R || −0 || $ || * || || ||
|{{chset-color-letter}}|{{chset-cell|004A|[[J]]|33}}
|{{chset-color-letter}}|{{chset-cell|004B|[[K]]|34}}
|{{chset-color-letter}}|{{chset-cell|004C|[[L]]|35}}
|{{chset-color-letter}}|{{chset-cell|004D|[[M]]|36}}
|{{chset-color-letter}}|{{chset-cell|004E|[[N]]|37}}
|{{chset-color-letter}}|{{chset-cell|004F|[[O]]|38}}
|{{chset-color-letter}}|{{chset-cell|0050|[[P]]|39}}
|{{chset-color-letter}}|{{chset-cell|0051|[[Q]]|40}}
|{{chset-color-letter}}|{{chset-cell|0052|[[R]]|41}}
|{{chset-color-digit}}|{{chset-cell|002D 0030|[[-0]]|42}}
|{{chset-color-graph}}|{{chset-cell|0024|[[$]]|43}}
|{{chset-color-punct}}|{{chset-cell|002A|[[Asterisk|*]]|44}}
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|-
!{{chset-left|3}}
! <tt>3.</tt>
|{{chset-color-punct}}|{{chset-cell|0026|[[ampersand|&]]|48}}
| & || A || B || C || D || E || F || G || H || I || +0 || . || ¤ || || ||style="font-size: 60%"| group<br/>mark
|{{chset-color-letter}}|{{chset-cell|0041|[[A]]|49}}
|{{chset-color-letter}}|{{chset-cell|0042|[[B]]|50}}
|{{chset-color-letter}}|{{chset-cell|0043|[[C]]|51}}
|{{chset-color-letter}}|{{chset-cell|0044|[[D]]|52}}
|{{chset-color-letter}}|{{chset-cell|0045|[[E]]|53}}
|{{chset-color-letter}}|{{chset-cell|0046|[[F]]|54}}
|{{chset-color-letter}}|{{chset-cell|0047|[[G]]|55}}
|{{chset-color-letter}}|{{chset-cell|0048|[[H]]|56}}
|{{chset-color-letter}}|{{chset-cell|0049|[[I]]|57}}
|{{chset-color-digit}}|{{chset-cell|002B 0030|[[+0]]|58}}
|{{chset-color-punct}}|{{chset-cell|002E|[[full stop|.]]|59}}
|{{chset-color-graph}}|{{chset-cell|00A4|[[¤]]|159}}
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|{{chset-color-ctrl}}|{{chset-ctrl||[[BCD (character encoding)#Groupmark character|GROUP<br />MARK]]|26}}
|}
{{chset-legend}}
 
 
CDC 1604: [[Punched card]] codes
{|{{chset-tableformat}}
{| class="wikitable" style="text-align: center; margin-top: 1em"
{{Chset-table-header|CDC 1604: [[Punched card]] codes}}
!width="4%"|
!width="6%"| <tt>.0</tt>
!width="6%"| <tt>.1</tt>
!width="6%"| <tt>.2</tt>
!width="6%"| <tt>.3</tt>
!width="6%"| <tt>.4</tt>
!width="6%"| <tt>.5</tt>
!width="6%"| <tt>.6</tt>
!width="6%"| <tt>.7</tt>
!width="6%"| <tt>.8</tt>
!width="6%"| <tt>.9</tt>
!width="6%"| <tt>.A</tt>
!width="6%"| <tt>.B</tt>
!width="6%"| <tt>.C</tt>
!width="6%"| <tt>.D</tt>
!width="6%"| <tt>.E</tt>
!width="6%"| <tt>.F</tt>
|-
!{{chset-left|0}}
! <tt>0.</tt>
|{{chset-color-undef}}|
| || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || 0 || = || − || || ||
|{{chset-color-digit}}|{{chset-cell|0031|[[1]]|1}}
|{{chset-color-digit}}|{{chset-cell|0032|[[2]]|2}}
|{{chset-color-digit}}|{{chset-cell|0033|[[3]]|3}}
|{{chset-color-digit}}|{{chset-cell|0034|[[4]]|4}}
|{{chset-color-digit}}|{{chset-cell|0035|[[5]]|5}}
|{{chset-color-digit}}|{{chset-cell|0036|[[6]]|6}}
|{{chset-color-digit}}|{{chset-cell|0037|[[7]]|7}}
|{{chset-color-digit}}|{{chset-cell|0038|[[8]]|8}}
|{{chset-color-digit}}|{{chset-cell|0039|[[9]]|9}}
|{{chset-color-digit}}|{{chset-cell|0030|[[0]]|10}}
|{{chset-color-graph}}|{{chset-cell|003D|[[equals sign|&#x3D;]]|11}}
|{{chset-color-graph}}|{{chset-cell|2212|[[−]]|12}}
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|-
!{{chset-left|1}}
! <tt>1.</tt>
|{{chset-color-misc}}|{{chset-ctrl|0020|{{Control code link|SP }}|16}}
|style="font-size: 60%"| space || / || S || T || U || V || W || X || Y || Z || || , || ( || || ||
|{{chset-color-punct}}|{{chset-cell|002F|[[Slash (punctuation)|/]]|17}}
|{{chset-color-letter}}|{{chset-cell|0053|[[S]]|18}}
|{{chset-color-letter}}|{{chset-cell|0054|[[T]]|19}}
|{{chset-color-letter}}|{{chset-cell|0055|[[U]]|20}}
|{{chset-color-letter}}|{{chset-cell|0056|[[V]]|21}}
|{{chset-color-letter}}|{{chset-cell|0057|[[W]]|22}}
|{{chset-color-letter}}|{{chset-cell|0058|[[X]]|23}}
|{{chset-color-letter}}|{{chset-cell|0059|[[Y]]|24}}
|{{chset-color-letter}}|{{chset-cell|005A|[[Z]]|25}}
|{{chset-color-undef}}|
|{{chset-color-punct}}|{{chset-cell|002C|[[,]]|27}}
|{{chset-color-punct}}|{{chset-cell|0028|[[Parenthesis|(]]|28}}
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|-
!{{chset-left|2}}
! <tt>2.</tt>
|{{chset-color-punct}}|{{chset-cell|2014|[[—]]|32}}
| --- || J || K || L || M || N || O || P || Q || R || −0 || $ || * || || ||
|{{chset-color-letter}}|{{chset-cell|004A|[[J]]|33}}
|{{chset-color-letter}}|{{chset-cell|004B|[[K]]|34}}
|{{chset-color-letter}}|{{chset-cell|004C|[[L]]|35}}
|{{chset-color-letter}}|{{chset-cell|004D|[[M]]|36}}
|{{chset-color-letter}}|{{chset-cell|004E|[[N]]|37}}
|{{chset-color-letter}}|{{chset-cell|004F|[[O]]|38}}
|{{chset-color-letter}}|{{chset-cell|0050|[[P]]|39}}
|{{chset-color-letter}}|{{chset-cell|0051|[[Q]]|40}}
|{{chset-color-letter}}|{{chset-cell|0052|[[R]]|41}}
|{{chset-color-digit}}|{{chset-cell|002D 0030|[[-0]]|42}}
|{{chset-color-graph}}|{{chset-cell|0024|[[$]]|43}}
|{{chset-color-punct}}|{{chset-cell|002A|[[Asterisk|*]]|44}}
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|-
!{{chset-left|3}}
! <tt>3.</tt>
|{{chset-color-graph}}|{{chset-cell|002B|[[Plus sign|+]]|48}}
| + || A || B || C || D || E || F || G || H || I || +0 || . || ) || || ||
|{{chset-color-letter}}|{{chset-cell|0041|[[A]]|49}}
|{{chset-color-letter}}|{{chset-cell|0042|[[B]]|50}}
|{{chset-color-letter}}|{{chset-cell|0043|[[C]]|51}}
|{{chset-color-letter}}|{{chset-cell|0044|[[D]]|52}}
|{{chset-color-letter}}|{{chset-cell|0045|[[E]]|53}}
|{{chset-color-letter}}|{{chset-cell|0046|[[F]]|54}}
|{{chset-color-letter}}|{{chset-cell|0047|[[G]]|55}}
|{{chset-color-letter}}|{{chset-cell|0048|[[H]]|56}}
|{{chset-color-letter}}|{{chset-cell|0049|[[I]]|57}}
|{{chset-color-digit}}|{{chset-cell|002B 0030|[[+0]]|58}}
|{{chset-color-punct}}|{{chset-cell|002E|[[full stop|.]]|59}}
|{{chset-color-punct}}|{{chset-cell|0029|[[Parenthesis|)]]|60}}
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|{{chset-color-undef}}|
|}
 
 
CDC 1612: Printer codes (business applications)
{|{{chset-tableformat}}
{| class="wikitable" style="text-align: center; margin-top: 1em"
{{Chset-table-header|CDC 1612: Printer codes (business applications)}}
!width="4%"|
!width="6%"| <tt>.0</tt>
!width="6%"| <tt>.1</tt>
!width="6%"| <tt>.2</tt>
!width="6%"| <tt>.3</tt>
!width="6%"| <tt>.4</tt>
!width="6%"| <tt>.5</tt>
!width="6%"| <tt>.6</tt>
!width="6%"| <tt>.7</tt>
!width="6%"| <tt>.8</tt>
!width="6%"| <tt>.9</tt>
!width="6%"| <tt>.A</tt>
!width="6%"| <tt>.B</tt>
!width="6%"| <tt>.C</tt>
!width="6%"| <tt>.D</tt>
!width="6%"| <tt>.E</tt>
!width="6%"| <tt>.F</tt>
|-
!{{chset-left|0}}
! <tt>0.</tt>
|{{chset-color-punct}}|{{chset-cell|003A|[[colon (punctuation)|&#x3A;]]|0}}
| : || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || 0 || = || ≠ || ≤ || ! || [
|{{chset-color-digit}}|{{chset-cell|0031|[[1]]|1}}
|{{chset-color-digit}}|{{chset-cell|0032|[[2]]|2}}
|{{chset-color-digit}}|{{chset-cell|0033|[[3]]|3}}
|{{chset-color-digit}}|{{chset-cell|0034|[[4]]|4}}
|{{chset-color-digit}}|{{chset-cell|0035|[[5]]|5}}
|{{chset-color-digit}}|{{chset-cell|0036|[[6]]|6}}
|{{chset-color-digit}}|{{chset-cell|0037|[[7]]|7}}
|{{chset-color-digit}}|{{chset-cell|0038|[[8]]|8}}
|{{chset-color-digit}}|{{chset-cell|0039|[[9]]|9}}
|{{chset-color-digit}}|{{chset-cell|0030|[[0]]|10}}
|{{chset-color-graph}}|{{chset-cell|003D|[[equals sign|&#x3D;]]|11}}
|{{chset-color-graph}}|{{chset-cell|2260|[[≠]]|12}}
|{{chset-color-graph}}|{{chset-cell|2264|[[≤]]|13}}
|{{chset-color-punct}}|{{chset-cell|0021|[[Exclamation mark|!]]|14}}
|{{chset-color-punct}}|{{chset-cell|005B|[[Square brackets|&#x5B;]]|15}}
|-
!{{chset-left|1}}
! <tt>1.</tt>
|{{chset-color-misc}}|{{chset-ctrl|0020|{{Control code link|SP }}|16}}
|style="font-size: 60%"| space || / || S || T || U || V || W || X || Y || Z || ] || , || ( || → || ≡ || ~
|{{chset-color-punct}}|{{chset-cell|002F|[[Slash (punctuation)|/]]|17}}
|{{chset-color-letter}}|{{chset-cell|0053|[[S]]|18}}
|{{chset-color-letter}}|{{chset-cell|0054|[[T]]|19}}
|{{chset-color-letter}}|{{chset-cell|0055|[[U]]|20}}
|{{chset-color-letter}}|{{chset-cell|0056|[[V]]|21}}
|{{chset-color-letter}}|{{chset-cell|0057|[[W]]|22}}
|{{chset-color-letter}}|{{chset-cell|0058|[[X]]|23}}
|{{chset-color-letter}}|{{chset-cell|0059|[[Y]]|24}}
|{{chset-color-letter}}|{{chset-cell|005A|[[Z]]|25}}
|{{chset-color-punct}}|{{chset-cell|005D|[[Square brackets|&#x5D;]]|26}}
|{{chset-color-punct}}|{{chset-cell|002C|[[,]]|27}}
|{{chset-color-punct}}|{{chset-cell|0028|[[Parenthesis|(]]|28}}
|{{chset-color-graph}}|{{chset-cell|2192|[[→]]|29}}
|{{chset-color-graph}}|{{chset-cell|2261|[[≡]]|30}}
|{{chset-color-graph}}|{{chset-cell|007E|[[Tilde|~]]|31}}
|-
!{{chset-left|2}}
! <tt>2.</tt>
|{{chset-color-graph}}|{{chset-cell|2212|[[−]]|32}}
| − || J || K || L || M || N || O || P || Q || R || % || $ || * || ↑ || ↓ || &gt;
|{{chset-color-letter}}|{{chset-cell|004A|[[J]]|33}}
|{{chset-color-letter}}|{{chset-cell|004B|[[K]]|34}}
|{{chset-color-letter}}|{{chset-cell|004C|[[L]]|35}}
|{{chset-color-letter}}|{{chset-cell|004D|[[M]]|36}}
|{{chset-color-letter}}|{{chset-cell|004E|[[N]]|37}}
|{{chset-color-letter}}|{{chset-cell|004F|[[O]]|38}}
|{{chset-color-letter}}|{{chset-cell|0050|[[P]]|39}}
|{{chset-color-letter}}|{{chset-cell|0051|[[Q]]|40}}
|{{chset-color-letter}}|{{chset-cell|0052|[[R]]|41}}
|{{chset-color-punct}}|{{chset-cell|0025|[[Percent sign|%]]|42}}
|{{chset-color-graph}}|{{chset-cell|0024|[[$]]|43}}
|{{chset-color-punct}}|{{chset-cell|002A|[[Asterisk|*]]|44}}
|{{chset-color-graph}}|{{chset-cell|2191|[[↑]]|45}}
|{{chset-color-graph}}|{{chset-cell|2193|[[↓]]|46}}
|{{chset-color-graph}}|{{chset-cell|003E|[[greater-than sign|&#x3E;]]|47}}
|-
!{{chset-left|3}}
! <tt>3.</tt>
|{{chset-color-graph}}|{{chset-cell|002B|[[Plus sign|+]]|48}}
| + || A || B || C || D || E || F || G || H || I || &lt; || . || ) || ≥ || ? || ;
|{{chset-color-letter}}|{{chset-cell|0041|[[A]]|49}}
|{{chset-color-letter}}|{{chset-cell|0042|[[B]]|50}}
|{{chset-color-letter}}|{{chset-cell|0043|[[C]]|51}}
|{{chset-color-letter}}|{{chset-cell|0044|[[D]]|52}}
|{{chset-color-letter}}|{{chset-cell|0045|[[E]]|53}}
|{{chset-color-letter}}|{{chset-cell|0046|[[F]]|54}}
|{{chset-color-letter}}|{{chset-cell|0047|[[G]]|55}}
|{{chset-color-letter}}|{{chset-cell|0048|[[H]]|56}}
|{{chset-color-letter}}|{{chset-cell|0049|[[I]]|57}}
|{{chset-color-graph}}|{{chset-cell|003C|[[less-than sign|&#x3C;]]|60}}
|{{chset-color-punct}}|{{chset-cell|002E|[[full stop|.]]|59}}
|{{chset-color-punct}}|{{chset-cell|0029|[[Parenthesis|)]]|60}}
|{{chset-color-graph}}|{{chset-cell|2265|[[≥]]|61}}
|{{chset-color-punct}}|{{chset-cell|003F|[[question mark|&#x3F;]]|62}}
|{{chset-color-punct}}|{{chset-cell|003B|[[semicolon|&#x3B;]]|63}}
|}
 
 
==Examples of six-bit ASCII variants==
{| {{chset-tableformat}}
DEC SIXBIT (encoded in [[octal]] for 36 bit machines):
{{chset-table-header|DEC SIXBIT}}
{| class="wikitable" style="text-align: center; margin-top: 1em"
!width="8%"|
!width="11%"| <tt>.0</tt>
!width="11%"| <tt>.1</tt>
!width="11%"| <tt>.2</tt>
!width="11%"| <tt>.3</tt>
!width="11%"| <tt>.4</tt>
!width="11%"| <tt>.5</tt>
!width="11%"| <tt>.6</tt>
!width="11%"| <tt>.7</tt>
|-
!{{chset-left2|0_}}
! <tt>0.</tt>
|{{chset-color-misc}}|{{chset-ctrl|0020|[[space character|SP]]|0}}
|style="font-size: 60%"| space || ! || " || # || $ || % || &amp; || '
|{{chset-color-punct}}|{{chset-cell|0021|[[Exclamation mark|!]]|1}}
|{{chset-color-punct}}|{{chset-cell|0022|[[Quotation mark|&#x22;]]|2}}
|{{chset-color-punct}}|{{chset-cell|0023|[[Number sign|#]]|3}}
|{{chset-color-graph}}|{{chset-cell|0024|[[Dollar sign|$]]|4}}
|{{chset-color-punct}}|{{chset-cell|0025|[[Percent sign|%]]|5}}
|{{chset-color-punct}}|{{chset-cell|0026|[[Ampersand|&amp;]]|6}}
|{{chset-color-punct}}|{{chset-cell|0027|[[Apostrophe|&#x27;]]|7}}
|{{chset-color-punct}}|{{chset-cell|0028|[[Parenthesis|(]]|8}}
|{{chset-color-punct}}|{{chset-cell|0029|[[Parenthesis|)]]|9}}
|{{chset-color-punct}}|{{chset-cell|002A|[[Asterisk|*]]|10}}
|{{chset-color-graph}}|{{chset-cell|002B|[[Plus sign|+]]|11}}
|{{chset-color-punct}}|{{chset-cell|002C|[[Comma (punctuation)|,]]|12}}
|{{chset-color-punct}}|{{chset-cell|002D|[[Hyphen-minus|-]]|13}}
|{{chset-color-punct}}|{{chset-cell|002E|[[Full stop|.]]|14}}
|{{chset-color-punct}}|{{chset-cell|002F|[[Slash (punctuation)|/]]|15}}
|-
!{{chset-left2|1_}}
! <tt>1.</tt>
|{{chset-color-digit}}|{{chset-cell|0030|[[0]]|16}}
| ( || ) || * || + || , || - || . || /
|{{chset-color-digit}}|{{chset-cell|0031|[[1]]|17}}
|{{chset-color-digit}}|{{chset-cell|0032|[[2]]|18}}
|{{chset-color-digit}}|{{chset-cell|0033|[[3]]|19}}
|{{chset-color-digit}}|{{chset-cell|0034|[[4]]|20}}
|{{chset-color-digit}}|{{chset-cell|0035|[[5]]|21}}
|{{chset-color-digit}}|{{chset-cell|0036|[[6]]|22}}
|{{chset-color-digit}}|{{chset-cell|0037|[[7]]|23}}
|{{chset-color-digit}}|{{chset-cell|0038|[[8]]|24}}
|{{chset-color-digit}}|{{chset-cell|0039|[[9]]|25}}
|{{chset-color-punct}}|{{chset-cell|003A|[[colon (punctuation)|&#x3A;]]|26}}
|{{chset-color-punct}}|{{chset-cell|003B|[[semicolon|&#x3B;]]|27}}
|{{chset-color-graph}}|{{chset-cell|003C|[[less-than sign|&#x3C;]]|28}}
|{{chset-color-graph}}|{{chset-cell|003D|[[equals sign|&#x3D;]]|29}}
|{{chset-color-graph}}|{{chset-cell|003E|[[greater-than sign|&#x3E;]]|30}}
|{{chset-color-punct}}|{{chset-cell|003F|[[question mark|&#x3F;]]|31}}
|-
!{{chset-left2|2_}}
! <tt>2.</tt>
|{{chset-color-punct}}|{{chset-cell|0040|[[@]]|32}}
| 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7
|{{Chset-color-letter}}|{{chset-cell|0041|[[A]]|33}}
|{{Chset-color-letter}}|{{chset-cell|0042|[[B]]|34}}
|{{Chset-color-letter}}|{{chset-cell|0043|[[C]]|35}}
|{{Chset-color-letter}}|{{chset-cell|0044|[[D]]|36}}
|{{Chset-color-letter}}|{{chset-cell|0045|[[E]]|37}}
|{{Chset-color-letter}}|{{chset-cell|0046|[[F]]|38}}
|{{Chset-color-letter}}|{{chset-cell|0047|[[G]]|39}}
|{{Chset-color-letter}}|{{chset-cell|0048|[[H]]|40}}
|{{Chset-color-letter}}|{{chset-cell|0049|[[I]]|41}}
|{{Chset-color-letter}}|{{chset-cell|004A|[[J]]|42}}
|{{Chset-color-letter}}|{{chset-cell|004B|[[K]]|43}}
|{{Chset-color-letter}}|{{chset-cell|004C|[[L]]|44}}
|{{Chset-color-letter}}|{{chset-cell|004D|[[M]]|45}}
|{{Chset-color-letter}}|{{chset-cell|004E|[[N]]|46}}
|{{Chset-color-letter}}|{{chset-cell|004F|[[O]]|47}}
|-
!{{chset-left2|3_}}
! <tt>3.</tt>
|{{Chset-color-letter}}|{{chset-cell|0050|[[P]]|48}}
| 8 || 9 || : || ; || &lt; || = || &gt; || ?
|{{Chset-color-letter}}|{{chset-cell|0051|[[Q]]|49}}
|-
|{{Chset-color-letter}}|{{chset-cell|0052|[[R]]|50}}
! <tt>4.</tt>
|{{Chset-color-letter}}|{{chset-cell|0053|[[S]]|51}}
| @ || A || B || C || D || E || F || G
|{{Chset-color-letter}}|{{chset-cell|0054|[[T]]|52}}
|-
|{{Chset-color-letter}}|{{chset-cell|0055|[[U]]|53}}
! <tt>5.</tt>
|{{Chset-color-letter}}|{{chset-cell|0056|[[V]]|54}}
| H || I || J || K || L || M || N || O
|{{Chset-color-letter}}|{{chset-cell|0057|[[W]]|55}}
|-
|{{Chset-color-letter}}|{{chset-cell|0058|[[X]]|56}}
! <tt>6.</tt>
|{{Chset-color-letter}}|{{chset-cell|0059|[[Y]]|57}}
| P || Q || R || S || T || U || V || W
|{{Chset-color-letter}}|{{chset-cell|005A|[[Z]]|58}}
|-
|{{chset-color-punct}}|{{chset-cell|005B|[[Square brackets|&#x5B;]]|59}}
! <tt>7.</tt>
|{{chset-color-punct}}|{{chset-cell|005C|[[Backslash|&#x5C;]]|60}}
| X || Y || Z || &#91; || \ || &#93; || ^ || _
|{{chset-color-punct}}|{{chset-cell|005D|[[Square brackets|&#x5D;]]|61}}
|{{chset-color-graph}}|{{chset-cell|005E|[[Caret|^]]|62}}
|{{chset-color-punct}}|{{chset-cell|005F|[[Underscore|_]]|63}}
|}
{{chset-legend}}
 
 
ECMA-1:
{| {{chset-tableformat}}
{| class="wikitable" style="text-align: center; margin-top: 1em"
{{chset-table-header|ECMA-1}}
!width="4%"|
!width="6%"| <tt>.0</tt>
!width="6%"| <tt>.1</tt>
!width="6%"| <tt>.2</tt>
!width="6%"| <tt>.3</tt>
!width="6%"| <tt>.4</tt>
!width="6%"| <tt>.5</tt>
!width="6%"| <tt>.6</tt>
!width="6%"| <tt>.7</tt>
!width="6%"| <tt>.8</tt>
!width="6%"| <tt>.9</tt>
!width="6%"| <tt>.A</tt>
!width="6%"| <tt>.B</tt>
!width="6%"| <tt>.C</tt>
!width="6%"| <tt>.D</tt>
!width="6%"| <tt>.E</tt>
!width="6%"| <tt>.F</tt>
|-
!{{chset-left2|0_}}
! <tt>0.</tt>
|{{chset-color-misc}}|{{chset-ctrl|0020|[[space character|SP]]|0}}
|style="font-size: 60%"| space||style="font-size: 80%"| [[Horizontal tabulator|HT]] ||style="font-size: 80%"| [[Newline|LF]] ||style="font-size: 80%"| [[Vertical tabulator|VT]] ||style="font-size: 80%"| [[Page break|FF]] ||style="font-size: 80%"| [[Carriage return|CR]] ||style="font-size: 80%"| [[Shift Out|SO]] ||style="font-size: 80%"| [[Shift In|SI]] || ( || ) || * || + || , || - || . || /
|{{chset-color-ctrl}}|{{chset-ctrl|0009|[[Horizontal tabulation|HT]]|1}}
|{{chset-color-ctrl}}|{{chset-ctrl|000A|[[Line feed|LF]]|2}}
|{{chset-color-ctrl}}|{{chset-ctrl|000B|[[Vertical tabulation|VT]]|3}}
|{{chset-color-ctrl}}|{{chset-ctrl|000C|[[Form feed|FF]]|4}}
|{{chset-color-ctrl}}|{{chset-ctrl|000D|[[Carriage return|CR]]|5}}
|{{chset-color-ctrl}}|{{chset-ctrl|000E|[[Shift out|SO]]|6}}
|{{chset-color-ctrl}}|{{chset-ctrl|000F|[[Shift in|SI]]|7}}
|{{chset-color-punct}}|{{chset-cell|0028|[[Parenthesis|(]]|8}}
|{{chset-color-punct}}|{{chset-cell|0029|[[Parenthesis|)]]|9}}
|{{chset-color-punct}}|{{chset-cell|002A|[[Asterisk|*]]|10}}
|{{chset-color-graph}}|{{chset-cell|002B|[[Plus sign|+]]|11}}
|{{chset-color-punct}}|{{chset-cell|002C|[[Comma (punctuation)|,]]|12}}
|{{chset-color-punct}}|{{chset-cell|002D|[[Hyphen-minus|-]]|13}}
|{{chset-color-punct}}|{{chset-cell|002E|[[Full stop|.]]|14}}
|{{chset-color-punct}}|{{chset-cell|002F|[[Slash (punctuation)|/]]|15}}
|-
!{{chset-left2|1_}}
! <tt>1.</tt>
|{{chset-color-digit}}|{{chset-cell|0030|[[0]]|16}}
| 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || : || ; || &lt; || = || &gt; || ?
|{{chset-color-digit}}|{{chset-cell|0031|[[1]]|17}}
|{{chset-color-digit}}|{{chset-cell|0032|[[2]]|18}}
|{{chset-color-digit}}|{{chset-cell|0033|[[3]]|19}}
|{{chset-color-digit}}|{{chset-cell|0034|[[4]]|20}}
|{{chset-color-digit}}|{{chset-cell|0035|[[5]]|21}}
|{{chset-color-digit}}|{{chset-cell|0036|[[6]]|22}}
|{{chset-color-digit}}|{{chset-cell|0037|[[7]]|23}}
|{{chset-color-digit}}|{{chset-cell|0038|[[8]]|24}}
|{{chset-color-digit}}|{{chset-cell|0039|[[9]]|25}}
|{{chset-color-punct}}|{{chset-cell|003A|[[colon (punctuation)|&#x3A;]]|26}}
|{{chset-color-punct}}|{{chset-cell|003B|[[semicolon|&#x3B;]]|27}}
|{{chset-color-graph}}|{{chset-cell|003C|[[less-than sign|&#x3C;]]|28}}
|{{chset-color-graph}}|{{chset-cell|003D|[[equals sign|&#x3D;]]|29}}
|{{chset-color-graph}}|{{chset-cell|003E|[[greater-than sign|&#x3E;]]|30}}
|{{chset-color-punct}}|{{chset-cell|003F|[[question mark|&#x3F;]]|31}}
|-
!{{chset-left2|2_}}
! <tt>2.</tt>
|{{chset-color-ctrl}}|{{chset-ctrl|0000|[[Null character|NUL]]|32}}
| style="font-size: 60%"|[[Null character|NUL]] || A || B || C || D || E || F || G || H || I || J || K || L || M || N || O
|{{Chset-color-letter}}|{{chset-cell|0041|[[A]]|33}}
|{{Chset-color-letter}}|{{chset-cell|0042|[[B]]|34}}
|{{Chset-color-letter}}|{{chset-cell|0043|[[C]]|35}}
|{{Chset-color-letter}}|{{chset-cell|0044|[[D]]|36}}
|{{Chset-color-letter}}|{{chset-cell|0045|[[E]]|37}}
|{{Chset-color-letter}}|{{chset-cell|0046|[[F]]|38}}
|{{Chset-color-letter}}|{{chset-cell|0047|[[G]]|39}}
|{{Chset-color-letter}}|{{chset-cell|0048|[[H]]|40}}
|{{Chset-color-letter}}|{{chset-cell|0049|[[I]]|41}}
|{{Chset-color-letter}}|{{chset-cell|004A|[[J]]|42}}
|{{Chset-color-letter}}|{{chset-cell|004B|[[K]]|43}}
|{{Chset-color-letter}}|{{chset-cell|004C|[[L]]|44}}
|{{Chset-color-letter}}|{{chset-cell|004D|[[M]]|45}}
|{{Chset-color-letter}}|{{chset-cell|004E|[[N]]|46}}
|{{Chset-color-letter}}|{{chset-cell|004F|[[O]]|47}}
|-
!{{chset-left2|3_}}
! <tt>3.</tt>
|{{Chset-color-letter}}|{{chset-cell|0050|[[P]]|48}}
| P || Q || R || S || T || U || V || W || X || Y || Z || &#91; || \ || &#93; ||style="font-size: 80%"| [[Escape character|ESC]]||style="font-size: 80%"| [[Delete key|DEL]]
|{{Chset-color-letter}}|{{chset-cell|0051|[[Q]]|49}}
|{{Chset-color-letter}}|{{chset-cell|0052|[[R]]|50}}
|{{Chset-color-letter}}|{{chset-cell|0053|[[S]]|51}}
|{{Chset-color-letter}}|{{chset-cell|0054|[[T]]|52}}
|{{Chset-color-letter}}|{{chset-cell|0055|[[U]]|53}}
|{{Chset-color-letter}}|{{chset-cell|0056|[[V]]|54}}
|{{Chset-color-letter}}|{{chset-cell|0057|[[W]]|55}}
|{{Chset-color-letter}}|{{chset-cell|0058|[[X]]|56}}
|{{Chset-color-letter}}|{{chset-cell|0059|[[Y]]|57}}
|{{Chset-color-letter}}|{{chset-cell|005A|[[Z]]|58}}
|{{chset-color-punct}}|{{chset-cell|005B|[[Square brackets|&#x5B;]]|59}}
|{{chset-color-punct}}|{{chset-cell|005C|[[Backslash|&#x5C;]]|60}}
|{{chset-color-punct}}|{{chset-cell|005D|[[Square brackets|&#x5D;]]|61}}
|{{chset-color-ctrl}}|{{chset-ctrl|001B|[[Escape character|ESC]]|62}}
|{{chset-color-ctrl}}|{{chset-ctrl|007F|[[Delete character|DEL]]|63}}
|}
 
 
ICL Mainframes:
{| {{chset-tableformat}}
{| class="wikitable" style="text-align: center; margin-top: 1em"
{{chset-table-header|ICL Mainframes}}
!width="4%"|
!width="6%"| <tt>.0</tt>
!width="6%"| <tt>.1</tt>
!width="6%"| <tt>.2</tt>
!width="6%"| <tt>.3</tt>
!width="6%"| <tt>.4</tt>
!width="6%"| <tt>.5</tt>
!width="6%"| <tt>.6</tt>
!width="6%"| <tt>.7</tt>
!width="6%"| <tt>.8</tt>
!width="6%"| <tt>.9</tt>
!width="6%"| <tt>.A</tt>
!width="6%"| <tt>.B</tt>
!width="6%"| <tt>.C</tt>
!width="6%"| <tt>.D</tt>
!width="6%"| <tt>.E</tt>
!width="6%"| <tt>.F</tt>
|-
!{{chset-left2|0_}}
! <tt>0.</tt>
|{{chset-color-digit}}|{{chset-cell|0030|[[0]]|0}}
| 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || : || ; || &lt; || = || &gt; || ?
|{{chset-color-digit}}|{{chset-cell|0031|[[1]]|1}}
|{{chset-color-digit}}|{{chset-cell|0032|[[2]]|2}}
|{{chset-color-digit}}|{{chset-cell|0033|[[3]]|3}}
|{{chset-color-digit}}|{{chset-cell|0034|[[4]]|4}}
|{{chset-color-digit}}|{{chset-cell|0035|[[5]]|5}}
|{{chset-color-digit}}|{{chset-cell|0036|[[6]]|6}}
|{{chset-color-digit}}|{{chset-cell|0037|[[7]]|7}}
|{{chset-color-digit}}|{{chset-cell|0038|[[8]]|8}}
|{{chset-color-digit}}|{{chset-cell|0039|[[9]]|9}}
|{{chset-color-punct}}|{{chset-cell|003A|[[colon (punctuation)|&#x3A;]]|10}}
|{{chset-color-punct}}|{{chset-cell|003B|[[semicolon|&#x3B;]]|11}}
|{{chset-color-graph}}|{{chset-cell|003C|[[less-than sign|&#x3C;]]|12}}
|{{chset-color-graph}}|{{chset-cell|003D|[[equals sign|&#x3D;]]|13}}
|{{chset-color-graph}}|{{chset-cell|003E|[[greater-than sign|&#x3E;]]|14}}
|{{chset-color-punct}}|{{chset-cell|003F|[[question mark|&#x3F;]]|15}}
|-
!{{chset-left2|1_}}
! <tt>1.</tt>
|{{chset-color-misc}}|{{chset-ctrl|0020|[[space character|SP]]|16}}
|style="font-size: 60%"| space || ! || " || # || £ || % || & || ' || ( || ) || * || + || , || - || . || /
|{{chset-color-punct}}|{{chset-cell|0021|[[Exclamation mark|!]]|17}}
|{{chset-color-punct}}|{{chset-cell|0022|[[Quotation mark|&#x22;]]|18}}
|{{chset-color-punct}}|{{chset-cell|0023|[[Number sign|#]]|19}}
|{{chset-color-graph}}|{{chset-cell|00A3|[[pound sign|£]]|20}}
|{{chset-color-punct}}|{{chset-cell|0025|[[Percent sign|%]]|21}}
|{{chset-color-punct}}|{{chset-cell|0026|[[Ampersand|&amp;]]|22}}
|{{chset-color-punct}}|{{chset-cell|0027|[[Apostrophe|&#x27;]]|23}}
|{{chset-color-punct}}|{{chset-cell|0028|[[Parenthesis|(]]|24}}
|{{chset-color-punct}}|{{chset-cell|0029|[[Parenthesis|)]]|25}}
|{{chset-color-punct}}|{{chset-cell|002A|[[Asterisk|*]]|26}}
|{{chset-color-graph}}|{{chset-cell|002B|[[Plus sign|+]]|27}}
|{{chset-color-punct}}|{{chset-cell|002C|[[Comma (punctuation)|,]]|28}}
|{{chset-color-punct}}|{{chset-cell|002D|[[Hyphen-minus|-]]|29}}
|{{chset-color-punct}}|{{chset-cell|002E|[[Full stop|.]]|30}}
|{{chset-color-punct}}|{{chset-cell|002F|[[Slash (punctuation)|/]]|31}}
|-
!{{chset-left2|2_}}
! <tt>2.</tt>
|{{chset-color-punct}}|{{chset-cell|0040|[[@]]|32}}
| @ || A || B || C || D || E || F || G || H || I || J || K || L || M || N || O
|{{Chset-color-letter}}|{{chset-cell|0041|[[A]]|33}}
|{{Chset-color-letter}}|{{chset-cell|0042|[[B]]|34}}
|{{Chset-color-letter}}|{{chset-cell|0043|[[C]]|35}}
|{{Chset-color-letter}}|{{chset-cell|0044|[[D]]|36}}
|{{Chset-color-letter}}|{{chset-cell|0045|[[E]]|37}}
|{{Chset-color-letter}}|{{chset-cell|0046|[[F]]|38}}
|{{Chset-color-letter}}|{{chset-cell|0047|[[G]]|39}}
|{{Chset-color-letter}}|{{chset-cell|0048|[[H]]|40}}
|{{Chset-color-letter}}|{{chset-cell|0049|[[I]]|41}}
|{{Chset-color-letter}}|{{chset-cell|004A|[[J]]|42}}
|{{Chset-color-letter}}|{{chset-cell|004B|[[K]]|43}}
|{{Chset-color-letter}}|{{chset-cell|004C|[[L]]|44}}
|{{Chset-color-letter}}|{{chset-cell|004D|[[M]]|45}}
|{{Chset-color-letter}}|{{chset-cell|004E|[[N]]|46}}
|{{Chset-color-letter}}|{{chset-cell|004F|[[O]]|47}}
|-
!{{chset-left2|3_}}
! <tt>3.</tt>
|{{Chset-color-letter}}|{{chset-cell|0050|[[P]]|48}}
| P || Q || R || S || T || U || V || W || X || Y || Z || &#91; || $ || &#93; || ↑ || ←
|{{Chset-color-letter}}|{{chset-cell|0051|[[Q]]|49}}
|{{Chset-color-letter}}|{{chset-cell|0052|[[R]]|50}}
|{{Chset-color-letter}}|{{chset-cell|0053|[[S]]|51}}
|{{Chset-color-letter}}|{{chset-cell|0054|[[T]]|52}}
|{{Chset-color-letter}}|{{chset-cell|0055|[[U]]|53}}
|{{Chset-color-letter}}|{{chset-cell|0056|[[V]]|54}}
|{{Chset-color-letter}}|{{chset-cell|0057|[[W]]|55}}
|{{Chset-color-letter}}|{{chset-cell|0058|[[X]]|56}}
|{{Chset-color-letter}}|{{chset-cell|0059|[[Y]]|57}}
|{{Chset-color-letter}}|{{chset-cell|005A|[[Z]]|58}}
|{{chset-color-punct}}|{{chset-cell|005B|[[Square brackets|&#x5B;]]|59}}
|{{chset-color-graph}}|{{chset-cell|0024|[[Dollar sign|$]]|60}}
|{{chset-color-punct}}|{{chset-cell|005D|[[Square brackets|&#x5D;]]|61}}
|{{chset-color-graph}}|{{chset-cell|2191|[[↑]]|62}}
|{{chset-color-graph}}|{{chset-cell|2190|[[←]]|63}}
|}
 
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>
 
{| {{chset-tableformat}}
{| class="wikitable" style="text-align: center; margin-top: 1em"
{{chset-table-header|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>}}
!width="4%"|
!width="6%"| <tt>.0</tt>
!width="6%"| <tt>.1</tt>
!width="6%"| <tt>.2</tt>
!width="6%"| <tt>.3</tt>
!width="6%"| <tt>.4</tt>
!width="6%"| <tt>.5</tt>
!width="6%"| <tt>.6</tt>
!width="6%"| <tt>.7</tt>
!width="6%"| <tt>.8</tt>
!width="6%"| <tt>.9</tt>
!width="6%"| <tt>.A</tt>
!width="6%"| <tt>.B</tt>
!width="6%"| <tt>.C</tt>
!width="6%"| <tt>.D</tt>
!width="6%"| <tt>.E</tt>
!width="6%"| <tt>.F</tt>
|-
!{{chset-left2|0_}}
! <tt>0.</tt>
|{{chset-color-punct}}|{{chset-cell|0040|[[@]]|0}}
| @ || A || B || C || D || E || F || G || H || I || J || K || L || M || N || O
|{{Chset-color-letter}}|{{chset-cell|0041|[[A]]|1}}
|{{Chset-color-letter}}|{{chset-cell|0042|[[B]]|2}}
|{{Chset-color-letter}}|{{chset-cell|0043|[[C]]|3}}
|{{Chset-color-letter}}|{{chset-cell|0044|[[D]]|4}}
|{{Chset-color-letter}}|{{chset-cell|0045|[[E]]|5}}
|{{Chset-color-letter}}|{{chset-cell|0046|[[F]]|6}}
|{{Chset-color-letter}}|{{chset-cell|0047|[[G]]|7}}
|{{Chset-color-letter}}|{{chset-cell|0048|[[H]]|8}}
|{{Chset-color-letter}}|{{chset-cell|0049|[[I]]|9}}
|{{Chset-color-letter}}|{{chset-cell|004A|[[J]]|10}}
|{{Chset-color-letter}}|{{chset-cell|004B|[[K]]|11}}
|{{Chset-color-letter}}|{{chset-cell|004C|[[L]]|12}}
|{{Chset-color-letter}}|{{chset-cell|004D|[[M]]|13}}
|{{Chset-color-letter}}|{{chset-cell|004E|[[N]]|14}}
|{{Chset-color-letter}}|{{chset-cell|004F|[[O]]|15}}
|-
!{{chset-left2|1_}}
! <tt>1.</tt>
|{{Chset-color-letter}}|{{chset-cell|0050|[[P]]|16}}
| P || Q || R || S || T || U || V || W || X || Y || Z || [ || \ || ] || ^ || _
|{{Chset-color-letter}}|{{chset-cell|0051|[[Q]]|17}}
|{{Chset-color-letter}}|{{chset-cell|0052|[[R]]|18}}
|{{Chset-color-letter}}|{{chset-cell|0053|[[S]]|19}}
|{{Chset-color-letter}}|{{chset-cell|0054|[[T]]|20}}
|{{Chset-color-letter}}|{{chset-cell|0055|[[U]]|21}}
|{{Chset-color-letter}}|{{chset-cell|0056|[[V]]|22}}
|{{Chset-color-letter}}|{{chset-cell|0057|[[W]]|23}}
|{{Chset-color-letter}}|{{chset-cell|0058|[[X]]|24}}
|{{Chset-color-letter}}|{{chset-cell|0059|[[Y]]|25}}
|{{Chset-color-letter}}|{{chset-cell|005A|[[Z]]|26}}
|{{chset-color-punct}}|{{chset-cell|005B|[[Square brackets|&#x5B;]]|27}}
|{{chset-color-punct}}|{{chset-cell|005C|[[Backslash|&#x5C;]]|28}}
|{{chset-color-punct}}|{{chset-cell|005D|[[Square brackets|&#x5D;]]|29}}
|{{chset-color-graph}}|{{chset-cell|005E|[[Caret|^]]|30}}
|{{chset-color-punct}}|{{chset-cell|005F|[[Underscore|_]]|31}}
|-
!{{chset-left2|2_}}
! <tt>2.</tt>
|{{chset-color-misc}}|{{chset-ctrl|0020|[[space character|SP]]|32}}
|style="font-size: 60%"| space || ! || " || # || $ || % || & || ' || ( || ) || * || + || , || - || . || /
|{{chset-color-punct}}|{{chset-cell|0021|[[Exclamation mark|!]]|33}}
|{{chset-color-punct}}|{{chset-cell|0022|[[Quotation mark|&#x22;]]|34}}
|{{chset-color-punct}}|{{chset-cell|0023|[[Number sign|#]]|35}}
|{{chset-color-graph}}|{{chset-cell|0024|[[Dollar sign|$]]|36}}
|{{chset-color-punct}}|{{chset-cell|0025|[[Percent sign|%]]|37}}
|{{chset-color-punct}}|{{chset-cell|0026|[[Ampersand|&amp;]]|38}}
|{{chset-color-punct}}|{{chset-cell|0027|[[Apostrophe|&#x27;]]|39}}
|{{chset-color-punct}}|{{chset-cell|0028|[[Parenthesis|(]]|40}}
|{{chset-color-punct}}|{{chset-cell|0029|[[Parenthesis|)]]|41}}
|{{chset-color-punct}}|{{chset-cell|002A|[[Asterisk|*]]|42}}
|{{chset-color-graph}}|{{chset-cell|002B|[[Plus sign|+]]|43}}
|{{chset-color-punct}}|{{chset-cell|002C|[[Comma (punctuation)|,]]|44}}
|{{chset-color-punct}}|{{chset-cell|002D|[[Hyphen-minus|-]]|45}}
|{{chset-color-punct}}|{{chset-cell|002E|[[Full stop|.]]|46}}
|{{chset-color-punct}}|{{chset-cell|002F|[[Slash (punctuation)|/]]|47}}
|-
!{{chset-left2|3_}}
! <tt>3.</tt>
|{{chset-color-digit}}|{{chset-cell|0030|[[0]]|48}}
| 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || : || ; || < || = || > || ?
|{{chset-color-digit}}|{{chset-cell|0031|[[1]]|49}}
|{{chset-color-digit}}|{{chset-cell|0032|[[2]]|50}}
|{{chset-color-digit}}|{{chset-cell|0033|[[3]]|51}}
|{{chset-color-digit}}|{{chset-cell|0034|[[4]]|52}}
|{{chset-color-digit}}|{{chset-cell|0035|[[5]]|53}}
|{{chset-color-digit}}|{{chset-cell|0036|[[6]]|54}}
|{{chset-color-digit}}|{{chset-cell|0037|[[7]]|55}}
|{{chset-color-digit}}|{{chset-cell|0038|[[8]]|56}}
|{{chset-color-digit}}|{{chset-cell|0039|[[9]]|57}}
|{{chset-color-punct}}|{{chset-cell|003A|[[colon (punctuation)|&#x3A;]]|58}}
|{{chset-color-punct}}|{{chset-cell|003B|[[semicolon|&#x3B;]]|59}}
|{{chset-color-graph}}|{{chset-cell|003C|[[less-than sign|&#x3C;]]|60}}
|{{chset-color-graph}}|{{chset-cell|003D|[[equals sign|&#x3D;]]|61}}
|{{chset-color-graph}}|{{chset-cell|003E|[[greater-than sign|&#x3E;]]|62}}
|{{chset-color-punct}}|{{chset-cell|003F|[[question mark|&#x3F;]]|63}}
|}
 
 
==GOST 6-bit code==