Template:Char-ref
(trial) |
(trial) |
||
Line 81: | Line 81: | ||
|- | |- | ||
|011 1111 ||style="background:lightblue;"| 077 || style="background:#cff;"| 63 ||style="background:lightblue;"| 3F || {{wp|Question mark|?}} | |011 1111 ||style="background:lightblue;"| 077 || style="background:#cff;"| 63 ||style="background:lightblue;"| 3F || {{wp|Question mark|?}} | ||
+ | <!--XXX | ||
|}<noinclude> | |}<noinclude> | ||
| | | | ||
{| class="wikitable" style="text-align:center;"</noinclude> | {| class="wikitable" style="text-align:center;"</noinclude> | ||
|- style="vertical-align:bottom;" | |- style="vertical-align:bottom;" | ||
+ | </noinclude> | ||
+ | XXX-->|- | ||
!Binary !! Oct !! Dec !! Hex !! Glyph | !Binary !! Oct !! Dec !! Hex !! Glyph | ||
|- | |- | ||
Line 150: | Line 153: | ||
|- | |- | ||
|101 1111 ||style="background:lightblue;"| 137 || style="background:#cff;"| 95 ||style="background:lightblue;"| 5F || {{wp|Underscore|_}} | |101 1111 ||style="background:lightblue;"| 137 || style="background:#cff;"| 95 ||style="background:lightblue;"| 5F || {{wp|Underscore|_}} | ||
− | <noinclude> | + | <!--XXX<noinclude> |
|} | |} | ||
| | | | ||
{| class="wikitable" style="text-align:center;" | {| class="wikitable" style="text-align:center;" | ||
− | + | ||
|- style="vertical-align:bottom;" | |- style="vertical-align:bottom;" | ||
+ | </noinclude> | ||
+ | XXX---> | ||
+ | |- | ||
!Binary !! Oct !! Dec !! Hex !! Glyph | !Binary !! Oct !! Dec !! Hex !! Glyph | ||
|- | |- | ||
Line 216: | Line 222: | ||
|111 1100 ||style="background:lightblue;"| 174 || style="background:#cff;"| 124 ||style="background:lightblue;"| 7C || {{wp|Vertical bar||}} | |111 1100 ||style="background:lightblue;"| 174 || style="background:#cff;"| 124 ||style="background:lightblue;"| 7C || {{wp|Vertical bar||}} | ||
|- | |- | ||
− | |111 1101 ||style="background:lightblue;"| 175 || style="background:#cff;"| 125 ||style="background:lightblue;"| 7D || {{wp|Bracket#Curly brackets| | + | |111 1101 ||style="background:lightblue;"| 175 || style="background:#cff;"| 125 ||style="background:lightblue;"| 7D || {{wp|Bracket#Curly brackets|D;}} |
|- | |- | ||
|111 1110 ||style="background:lightblue;"| 176 || style="background:#cff;"| 126 ||style="background:lightblue;"| 7E || {{wp|Tilde|~}} | |111 1110 ||style="background:lightblue;"| 176 || style="background:#cff;"| 126 ||style="background:lightblue;"| 7E || {{wp|Tilde|~}} | ||
|} | |} | ||
<noinclude>|}{{FAB-todo}}</noinclude> | <noinclude>|}{{FAB-todo}}</noinclude> |
Revision as of 09:13, 9 July 2013
This template when viewed directly is the same ascii table as on Wikipedia ASCII (Table:3 ASCII printable characters).
ASCII printable characters
Codes 20hex to 7Ehex, known as the printable characters, represent letters, digits, punctuation marks, and a few miscellaneous symbols. There are 95 printable characters in total.
Code 20hex, the space character, denotes the space between words, as produced by the space-bar of a keyboard. Since the space character is considered an invisible graphic (rather than a control character)<ref name="FOOTNOTEMackenzie1980223">Mackenzie 1980, p. 223.</ref><ref name="RFC20_1968" /> and thus would not normally be visible, it is represented here by Unicode character U+2420 "␠"; Unicode characters U+2422 "␢" and U+2423 "␣" are also available for use when a visible representation of a space is necessary.
Code 7Fhex corresponds to the non-printable "Delete" (DEL) control character and is therefore omitted from this chart; it is covered in the previous section's chart.
Earlier versions of ASCII used the up-arrow instead of the caret (5Ehex) and the left-arrow instead of the underscore (5Fhex).<ref>ASA X3.4-1963.</ref>
|