Template:Char-ref
(trial) |
(try this) |
||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | <noinclude> | + | <noinclude>{{doc-page-head}} |
+ | |||
This template when viewed directly is the same ascii table as on {{wp|ASCII#3_ASCII_printable_characters|Wikipedia ASCII}} (Table:3 ASCII printable characters). | This template when viewed directly is the same ascii table as on {{wp|ASCII#3_ASCII_printable_characters|Wikipedia ASCII}} (Table:3 ASCII printable characters). | ||
Line 10: | Line 11: | ||
Earlier versions of ASCII used the up-arrow instead of the {{wp|caret}} (5E<sub>{{wp|hexadecimal|hex}}</sub>) and the left-arrow instead of the {{wp|underscore}} (5F<sub>{{wp|hexadecimal|hex}}</sub>).<ref>[http://www.wps.com/projects/codes/X3.4-1963/index.html ASA X3.4-1963].</ref> | Earlier versions of ASCII used the up-arrow instead of the {{wp|caret}} (5E<sub>{{wp|hexadecimal|hex}}</sub>) and the left-arrow instead of the {{wp|underscore}} (5F<sub>{{wp|hexadecimal|hex}}</sub>).<ref>[http://www.wps.com/projects/codes/X3.4-1963/index.html ASA X3.4-1963].</ref> | ||
+ | |||
+ | 'a' through 'z' | ||
+ | '0' through '9' | ||
+ | hyphen ('-') | ||
+ | ampersand ('&') | ||
+ | comma (',') | ||
+ | plus ('+') | ||
+ | apostrophe (' ' ') | ||
+ | period ('.') | ||
+ | underscore ('_') | ||
+ | dollar ('$') | ||
+ | space (' ') | ||
+ | open parenthesis ('(') | ||
+ | closed parenthesis (')') | ||
+ | tilde ('~') | ||
+ | |||
+ | Filenames must not end with a space (' '). | ||
{| style="background:none; text-align:center;" | {| style="background:none; text-align:center;" | ||
Line 18: | Line 36: | ||
!Binary !! Oct !! Dec !! Hex !! Glyph | !Binary !! Oct !! Dec !! Hex !! Glyph | ||
|- | |- | ||
− | |010 0000 ||style="background:lightblue;"| 040 || style="background:#cff;"| 32 ||style="background:lightblue;"| 20 || {{ | + | |010 0000 ||style="background:lightblue;"| 040 || style="background:#cff;"| 32 ||style="background:lightblue;"| 20 || {{wpbl|space (punctuation)|␠}} || yes |
|- | |- | ||
− | |010 0001 ||style="background:lightblue;"| 041 || style="background:#cff;"| 33 ||style="background:lightblue;"| 21 || {{ | + | |010 0001 ||style="background:lightblue;"| 041 || style="background:#cff;"| 33 ||style="background:lightblue;"| 21 || {{wpbl|Exclamation mark|!}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |010 0010 ||style="background:lightblue;"| 042 || style="background:#cff;"| 34 ||style="background:lightblue;"| 22 || {{ | + | |010 0010 ||style="background:lightblue;"| 042 || style="background:#cff;"| 34 ||style="background:lightblue;"| 22 || {{wpbl|Quotation mark|"}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |010 0011 ||style="background:lightblue;"| 043 || style="background:#cff;"| 35 ||style="background:lightblue;"| 23 || {{ | + | |010 0011 ||style="background:lightblue;"| 043 || style="background:#cff;"| 35 ||style="background:lightblue;"| 23 || {{wpbl|Number sign|#}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |010 0100 ||style="background:lightblue;"| 044 || style="background:#cff;"| 36 ||style="background:lightblue;"| 24 || {{ | + | |010 0100 ||style="background:lightblue;"| 044 || style="background:#cff;"| 36 ||style="background:lightblue;"| 24 || {{wpbl|Dollar sign|$}} || yes |
|- | |- | ||
− | |010 0101 ||style="background:lightblue;"| 045 || style="background:#cff;"| 37 ||style="background:lightblue;"| 25 || {{ | + | |010 0101 ||style="background:lightblue;"| 045 || style="background:#cff;"| 37 ||style="background:lightblue;"| 25 || {{wpbl|Percent sign|%}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |010 0110 ||style="background:lightblue;"| 046 || style="background:#cff;"| 38 ||style="background:lightblue;"| 26 || {{ | + | |010 0110 ||style="background:lightblue;"| 046 || style="background:#cff;"| 38 ||style="background:lightblue;"| 26 || {{wpbl|Ampersand|&}} || yes |
|- | |- | ||
− | |010 0111 ||style="background:lightblue;"| 047 || style="background:#cff;"| 39 ||style="background:lightblue;"| 27 || {{ | + | |010 0111 ||style="background:lightblue;"| 047 || style="background:#cff;"| 39 ||style="background:lightblue;"| 27 || {{wpbl|apostrophe|'}} || yes |
|- | |- | ||
− | |010 1000 ||style="background:lightblue;"| 050 || style="background:#cff;"| 40 ||style="background:lightblue;"| 28 || {{ | + | |010 1000 ||style="background:lightblue;"| 050 || style="background:#cff;"| 40 ||style="background:lightblue;"| 28 || {{wpbl|Parentheses|(}} || yes |
|- | |- | ||
− | |010 1001 ||style="background:lightblue;"| 051 || style="background:#cff;"| 41 ||style="background:lightblue;"| 29 || {{ | + | |010 1001 ||style="background:lightblue;"| 051 || style="background:#cff;"| 41 ||style="background:lightblue;"| 29 || {{wpbl|Parentheses|)}} || yes |
|- | |- | ||
− | |010 1010 ||style="background:lightblue;"| 052 || style="background:#cff;"| 42 ||style="background:lightblue;"| 2A || {{ | + | |010 1010 ||style="background:lightblue;"| 052 || style="background:#cff;"| 42 ||style="background:lightblue;"| 2A || {{wpbl|Asterisk|*}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |010 1011 ||style="background:lightblue;"| 053 || style="background:#cff;"| 43 ||style="background:lightblue;"| 2B || {{ | + | |010 1011 ||style="background:lightblue;"| 053 || style="background:#cff;"| 43 ||style="background:lightblue;"| 2B || {{wpbl|Plus sign|+}} || yes |
|- | |- | ||
− | |010 1100 ||style="background:lightblue;"| 054 || style="background:#cff;"| 44 ||style="background:lightblue;"| 2C || {{ | + | |010 1100 ||style="background:lightblue;"| 054 || style="background:#cff;"| 44 ||style="background:lightblue;"| 2C || {{wpbl|Comma|,}} |
+ | | yes | ||
|- | |- | ||
− | |010 1101 ||style="background:lightblue;"| 055 || style="background:#cff;"| 45 ||style="background:lightblue;"| 2D || {{ | + | |010 1101 ||style="background:lightblue;"| 055 || style="background:#cff;"| 45 ||style="background:lightblue;"| 2D || {{wpbl|Hyphen-minus|-}} || yes |
|- | |- | ||
− | |010 1110 ||style="background:lightblue;"| 056 || style="background:#cff;"| 46 ||style="background:lightblue;"| 2E || {{ | + | |010 1110 ||style="background:lightblue;"| 056 || style="background:#cff;"| 46 ||style="background:lightblue;"| 2E || {{wpbl|Full stop|.}} || yes |
|- | |- | ||
− | |010 1111 ||style="background:lightblue;"| 057 || style="background:#cff;"| 47 ||style="background:lightblue;"| 2F || {{ | + | |010 1111 ||style="background:lightblue;"| 057 || style="background:#cff;"| 47 ||style="background:lightblue;"| 2F || {{wpbl|Slash (punctuation)|/}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |011 0000 ||style="background:lightblue;"| 060 || style="background:#cff;"| 48 ||style="background:lightblue;"| 30 || {{ | + | |011 0000 ||style="background:lightblue;"| 060 || style="background:#cff;"| 48 ||style="background:lightblue;"| 30 || {{wpbl|0 (number)|0}} || yes |
|- | |- | ||
− | |011 0001 ||style="background:lightblue;"| 061 || style="background:#cff;"| 49 ||style="background:lightblue;"| 31 || {{ | + | |011 0001 ||style="background:lightblue;"| 061 || style="background:#cff;"| 49 ||style="background:lightblue;"| 31 || {{wpbl|1 (number)|1}} || yes |
|- | |- | ||
− | |011 0010 ||style="background:lightblue;"| 062 || style="background:#cff;"| 50 ||style="background:lightblue;"| 32 || {{ | + | |011 0010 ||style="background:lightblue;"| 062 || style="background:#cff;"| 50 ||style="background:lightblue;"| 32 || {{wpbl|2 (number)|2}} || yes |
|- | |- | ||
− | |011 0011 ||style="background:lightblue;"| 063 || style="background:#cff;"| 51 ||style="background:lightblue;"| 33 || {{ | + | |011 0011 ||style="background:lightblue;"| 063 || style="background:#cff;"| 51 ||style="background:lightblue;"| 33 || {{wpbl|3 (number)|3}} || yes |
|- | |- | ||
− | |011 0100 ||style="background:lightblue;"| 064 || style="background:#cff;"| 52 ||style="background:lightblue;"| 34 || {{ | + | |011 0100 ||style="background:lightblue;"| 064 || style="background:#cff;"| 52 ||style="background:lightblue;"| 34 || {{wpbl|4 (number)|4}} || yes |
|- | |- | ||
− | |011 0101 ||style="background:lightblue;"| 065 || style="background:#cff;"| 53 ||style="background:lightblue;"| 35 || {{ | + | |011 0101 ||style="background:lightblue;"| 065 || style="background:#cff;"| 53 ||style="background:lightblue;"| 35 || {{wpbl|5 (number)|5}} || yes |
|- | |- | ||
− | |011 0110 ||style="background:lightblue;"| 066 || style="background:#cff;"| 54 ||style="background:lightblue;"| 36 || {{ | + | |011 0110 ||style="background:lightblue;"| 066 || style="background:#cff;"| 54 ||style="background:lightblue;"| 36 || {{wpbl|6 (number)|6}} || yes |
|- | |- | ||
− | |011 0111 ||style="background:lightblue;"| 067 || style="background:#cff;"| 55 ||style="background:lightblue;"| 37 || {{ | + | |011 0111 ||style="background:lightblue;"| 067 || style="background:#cff;"| 55 ||style="background:lightblue;"| 37 || {{wpbl|7 (number)|7}} || yes |
|- | |- | ||
− | |011 1000 ||style="background:lightblue;"| 070 || style="background:#cff;"| 56 ||style="background:lightblue;"| 38 || {{ | + | |011 1000 ||style="background:lightblue;"| 070 || style="background:#cff;"| 56 ||style="background:lightblue;"| 38 || {{wpbl|8 (number)|8}} || yes |
|- | |- | ||
− | |011 1001 ||style="background:lightblue;"| 071 || style="background:#cff;"| 57 ||style="background:lightblue;"| 39 || {{ | + | |011 1001 ||style="background:lightblue;"| 071 || style="background:#cff;"| 57 ||style="background:lightblue;"| 39 || {{wpbl|9 (number)|9}} || yes |
|- | |- | ||
− | |011 1010 ||style="background:lightblue;"| 072 || style="background:#cff;"| 58 ||style="background:lightblue;"| 3A || {{ | + | |011 1010 ||style="background:lightblue;"| 072 || style="background:#cff;"| 58 ||style="background:lightblue;"| 3A || {{wpbl|Colon (punctuation)|:}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |011 1011 ||style="background:lightblue;"| 073 || style="background:#cff;"| 59 ||style="background:lightblue;"| 3B || {{ | + | |011 1011 ||style="background:lightblue;"| 073 || style="background:#cff;"| 59 ||style="background:lightblue;"| 3B || {{wpbl|Semicolon|;}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |011 1100 ||style="background:lightblue;"| 074 || style="background:#cff;"| 60 ||style="background:lightblue;"| 3C || {{ | + | |011 1100 ||style="background:lightblue;"| 074 || style="background:#cff;"| 60 ||style="background:lightblue;"| 3C || {{wpbl|Less-than sign|<}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |011 1101 ||style="background:lightblue;"| 075 || style="background:#cff;"| 61 ||style="background:lightblue;"| 3D || {{ | + | |011 1101 ||style="background:lightblue;"| 075 || style="background:#cff;"| 61 ||style="background:lightblue;"| 3D || {{wpbl|Equals sign|<nowiki>=</nowiki>}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |011 1110 ||style="background:lightblue;"| 076 || style="background:#cff;"| 62 ||style="background:lightblue;"| 3E || {{ | + | |011 1110 ||style="background:lightblue;"| 076 || style="background:#cff;"| 62 ||style="background:lightblue;"| 3E || {{wpbl|Greater-than sign|>}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |011 1111 ||style="background:lightblue;"| 077 || style="background:#cff;"| 63 ||style="background:lightblue;"| 3F || {{ | + | |011 1111 ||style="background:lightblue;"| 077 || style="background:#cff;"| 63 ||style="background:lightblue;"| 3F || {{wpbl|Question mark|?}} |
+ | | style="background:#fcc;"| NO | ||
+ | <!--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 | ||
|- | |- | ||
− | |100 0000 ||style="background:lightblue;"| 100 || style="background:#cff;"| 64 ||style="background:lightblue;"| 40 || {{ | + | |100 0000 ||style="background:lightblue;"| 100 || style="background:#cff;"| 64 ||style="background:lightblue;"| 40 || {{wpbl|@}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |100 0001 ||style="background:lightblue;"| 101 || style="background:#cff;"| 65 ||style="background:lightblue;"| 41 || {{ | + | |100 0001 ||style="background:lightblue;"| 101 || style="background:#cff;"| 65 ||style="background:lightblue;"| 41 || {{wpbl|A}} || yes |
|- | |- | ||
− | |100 0010 ||style="background:lightblue;"| 102 || style="background:#cff;"| 66 ||style="background:lightblue;"| 42 || {{ | + | |100 0010 ||style="background:lightblue;"| 102 || style="background:#cff;"| 66 ||style="background:lightblue;"| 42 || {{wpbl|B}} || yes |
|- | |- | ||
− | |100 0011 ||style="background:lightblue;"| 103 || style="background:#cff;"| 67 ||style="background:lightblue;"| 43 || {{ | + | |100 0011 ||style="background:lightblue;"| 103 || style="background:#cff;"| 67 ||style="background:lightblue;"| 43 || {{wpbl|C}} || yes |
|- | |- | ||
− | |100 0100 ||style="background:lightblue;"| 104 || style="background:#cff;"| 68 ||style="background:lightblue;"| 44 || {{ | + | |100 0100 ||style="background:lightblue;"| 104 || style="background:#cff;"| 68 ||style="background:lightblue;"| 44 || {{wpbl|D}} || yes |
|- | |- | ||
− | |100 0101 ||style="background:lightblue;"| 105 || style="background:#cff;"| 69 ||style="background:lightblue;"| 45 || {{ | + | |100 0101 ||style="background:lightblue;"| 105 || style="background:#cff;"| 69 ||style="background:lightblue;"| 45 || {{wpbl|E}} || yes |
|- | |- | ||
− | |100 0110 ||style="background:lightblue;"| 106 || style="background:#cff;"| 70 ||style="background:lightblue;"| 46 || {{ | + | |100 0110 ||style="background:lightblue;"| 106 || style="background:#cff;"| 70 ||style="background:lightblue;"| 46 || {{wpbl|F}} || yes |
|- | |- | ||
− | |100 0111 ||style="background:lightblue;"| 107 || style="background:#cff;"| 71 ||style="background:lightblue;"| 47 || {{ | + | |100 0111 ||style="background:lightblue;"| 107 || style="background:#cff;"| 71 ||style="background:lightblue;"| 47 || {{wpbl|G}} || yes |
|- | |- | ||
− | |100 1000 ||style="background:lightblue;"| 110 || style="background:#cff;"| 72 ||style="background:lightblue;"| 48 || {{ | + | |100 1000 ||style="background:lightblue;"| 110 || style="background:#cff;"| 72 ||style="background:lightblue;"| 48 || {{wpbl|H}} || yes |
|- | |- | ||
− | |100 1001 ||style="background:lightblue;"| 111 || style="background:#cff;"| 73 ||style="background:lightblue;"| 49 || {{ | + | |100 1001 ||style="background:lightblue;"| 111 || style="background:#cff;"| 73 ||style="background:lightblue;"| 49 || {{wpbl|I}} || yes |
|- | |- | ||
− | |100 1010 ||style="background:lightblue;"| 112 || style="background:#cff;"| 74 ||style="background:lightblue;"| 4A || {{ | + | |100 1010 ||style="background:lightblue;"| 112 || style="background:#cff;"| 74 ||style="background:lightblue;"| 4A || {{wpbl|J}} || yes |
|- | |- | ||
− | |100 1011 ||style="background:lightblue;"| 113 || style="background:#cff;"| 75 ||style="background:lightblue;"| 4B || {{ | + | |100 1011 ||style="background:lightblue;"| 113 || style="background:#cff;"| 75 ||style="background:lightblue;"| 4B || {{wpbl|K}} || yes |
|- | |- | ||
− | |100 1100 ||style="background:lightblue;"| 114 || style="background:#cff;"| 76 ||style="background:lightblue;"| 4C || {{ | + | |100 1100 ||style="background:lightblue;"| 114 || style="background:#cff;"| 76 ||style="background:lightblue;"| 4C || {{wpbl|L}} || yes |
|- | |- | ||
− | |100 1101 ||style="background:lightblue;"| 115 || style="background:#cff;"| 77 ||style="background:lightblue;"| 4D || {{ | + | |100 1101 ||style="background:lightblue;"| 115 || style="background:#cff;"| 77 ||style="background:lightblue;"| 4D || {{wpbl|M}} || yes |
|- | |- | ||
− | |100 1110 ||style="background:lightblue;"| 116 || style="background:#cff;"| 78 ||style="background:lightblue;"| 4E || {{ | + | |100 1110 ||style="background:lightblue;"| 116 || style="background:#cff;"| 78 ||style="background:lightblue;"| 4E || {{wpbl|N}} || yes |
|- | |- | ||
− | |100 1111 ||style="background:lightblue;"| 117 || style="background:#cff;"| 79 ||style="background:lightblue;"| 4F || {{ | + | |100 1111 ||style="background:lightblue;"| 117 || style="background:#cff;"| 79 ||style="background:lightblue;"| 4F || {{wpbl|O}} || yes |
|- | |- | ||
− | |101 0000 ||style="background:lightblue;"| 120 || style="background:#cff;"| 80 ||style="background:lightblue;"| 50 || {{ | + | |101 0000 ||style="background:lightblue;"| 120 || style="background:#cff;"| 80 ||style="background:lightblue;"| 50 || {{wpbl|P}} || yes |
|- | |- | ||
− | |101 0001 ||style="background:lightblue;"| 121 || style="background:#cff;"| 81 ||style="background:lightblue;"| 51 || {{ | + | |101 0001 ||style="background:lightblue;"| 121 || style="background:#cff;"| 81 ||style="background:lightblue;"| 51 || {{wpbl|Q}} || yes |
|- | |- | ||
− | |101 0010 ||style="background:lightblue;"| 122 || style="background:#cff;"| 82 ||style="background:lightblue;"| 52 || {{ | + | |101 0010 ||style="background:lightblue;"| 122 || style="background:#cff;"| 82 ||style="background:lightblue;"| 52 || {{wpbl|R}} || yes |
|- | |- | ||
− | |101 0011 ||style="background:lightblue;"| 123 || style="background:#cff;"| 83 ||style="background:lightblue;"| 53 || {{ | + | |101 0011 ||style="background:lightblue;"| 123 || style="background:#cff;"| 83 ||style="background:lightblue;"| 53 || {{wpbl|S}} || yes |
|- | |- | ||
− | |101 0100 ||style="background:lightblue;"| 124 || style="background:#cff;"| 84 ||style="background:lightblue;"| 54 || {{ | + | |101 0100 ||style="background:lightblue;"| 124 || style="background:#cff;"| 84 ||style="background:lightblue;"| 54 || {{wpbl|T}} || yes |
|- | |- | ||
− | |101 0101 ||style="background:lightblue;"| 125 || style="background:#cff;"| 85 ||style="background:lightblue;"| 55 || {{ | + | |101 0101 ||style="background:lightblue;"| 125 || style="background:#cff;"| 85 ||style="background:lightblue;"| 55 || {{wpbl|U}} || yes |
|- | |- | ||
− | |101 0110 ||style="background:lightblue;"| 126 || style="background:#cff;"| 86 ||style="background:lightblue;"| 56 || {{ | + | |101 0110 ||style="background:lightblue;"| 126 || style="background:#cff;"| 86 ||style="background:lightblue;"| 56 || {{wpbl|V}} || yes |
|- | |- | ||
− | |101 0111 ||style="background:lightblue;"| 127 || style="background:#cff;"| 87 ||style="background:lightblue;"| 57 || {{ | + | |101 0111 ||style="background:lightblue;"| 127 || style="background:#cff;"| 87 ||style="background:lightblue;"| 57 || {{wpbl|W}} || yes |
|- | |- | ||
− | |101 1000 ||style="background:lightblue;"| 130 || style="background:#cff;"| 88 ||style="background:lightblue;"| 58 || {{ | + | |101 1000 ||style="background:lightblue;"| 130 || style="background:#cff;"| 88 ||style="background:lightblue;"| 58 || {{wpbl|X}} || yes |
|- | |- | ||
− | |101 1001 ||style="background:lightblue;"| 131 || style="background:#cff;"| 89 ||style="background:lightblue;"| 59 || {{ | + | |101 1001 ||style="background:lightblue;"| 131 || style="background:#cff;"| 89 ||style="background:lightblue;"| 59 || {{wpbl|Y}} || yes |
|- | |- | ||
− | |101 1010 ||style="background:lightblue;"| 132 || style="background:#cff;"| 90 ||style="background:lightblue;"| 5A || {{ | + | |101 1010 ||style="background:lightblue;"| 132 || style="background:#cff;"| 90 ||style="background:lightblue;"| 5A || {{wpbl|Z}} || yes |
|- | |- | ||
− | |101 1011 ||style="background:lightblue;"| 133 || style="background:#cff;"| 91 ||style="background:lightblue;"| 5B || {{ | + | |101 1011 ||style="background:lightblue;"| 133 || style="background:#cff;"| 91 ||style="background:lightblue;"| 5B || {{wpbl|Square brackets|<nowiki>[</nowiki>}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |101 1100 ||style="background:lightblue;"| 134 || style="background:#cff;"| 92 ||style="background:lightblue;"| 5C || {{ | + | |101 1100 ||style="background:lightblue;"| 134 || style="background:#cff;"| 92 ||style="background:lightblue;"| 5C || {{wpbl|Backslash|\}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |101 1101 ||style="background:lightblue;"| 135 || style="background:#cff;"| 93 ||style="background:lightblue;"| 5D || {{ | + | |101 1101 ||style="background:lightblue;"| 135 || style="background:#cff;"| 93 ||style="background:lightblue;"| 5D || {{wpbl|Square brackets|<nowiki>]</nowiki>}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |101 1110 ||style="background:lightblue;"| 136 || style="background:#cff;"| 94 ||style="background:lightblue;"| 5E || {{ | + | |101 1110 ||style="background:lightblue;"| 136 || style="background:#cff;"| 94 ||style="background:lightblue;"| 5E || {{wpbl|Caret|^}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |101 1111 ||style="background:lightblue;"| 137 || style="background:#cff;"| 95 ||style="background:lightblue;"| 5F || {{ | + | |101 1111 ||style="background:lightblue;"| 137 || style="background:#cff;"| 95 ||style="background:lightblue;"| 5F || {{wpbl|Underscore|_}} || yes |
− | <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 | ||
|- | |- | ||
− | |110 0000 ||style="background:lightblue;"| 140 || style="background:#cff;"| 96 ||style="background:lightblue;"| 60 || {{ | + | |110 0000 ||style="background:lightblue;"| 140 || style="background:#cff;"| 96 ||style="background:lightblue;"| 60 || {{wpbl|Grave accent|`}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |110 0001 ||style="background:lightblue;"| 141 || style="background:#cff;"| 97 ||style="background:lightblue;"| 61 || {{ | + | |110 0001 ||style="background:lightblue;"| 141 || style="background:#cff;"| 97 ||style="background:lightblue;"| 61 || {{wpbl|a}} || yes |
|- | |- | ||
− | |110 0010 ||style="background:lightblue;"| 142 || style="background:#cff;"| 98 ||style="background:lightblue;"| 62 || {{ | + | |110 0010 ||style="background:lightblue;"| 142 || style="background:#cff;"| 98 ||style="background:lightblue;"| 62 || {{wpbl|b}} || yes |
|- | |- | ||
− | |110 0011 ||style="background:lightblue;"| 143 || style="background:#cff;"| 99 ||style="background:lightblue;"| 63 || {{ | + | |110 0011 ||style="background:lightblue;"| 143 || style="background:#cff;"| 99 ||style="background:lightblue;"| 63 || {{wpbl|c}} || yes |
|- | |- | ||
− | |110 0100 ||style="background:lightblue;"| 144 || style="background:#cff;"| 100 ||style="background:lightblue;"| 64 || {{ | + | |110 0100 ||style="background:lightblue;"| 144 || style="background:#cff;"| 100 ||style="background:lightblue;"| 64 || {{wpbl|d}} || yes |
|- | |- | ||
− | |110 0101 ||style="background:lightblue;"| 145 || style="background:#cff;"| 101 ||style="background:lightblue;"| 65 || {{ | + | |110 0101 ||style="background:lightblue;"| 145 || style="background:#cff;"| 101 ||style="background:lightblue;"| 65 || {{wpbl|e}} || yes |
|- | |- | ||
− | |110 0110 ||style="background:lightblue;"| 146 || style="background:#cff;"| 102 ||style="background:lightblue;"| 66 || {{ | + | |110 0110 ||style="background:lightblue;"| 146 || style="background:#cff;"| 102 ||style="background:lightblue;"| 66 || {{wpbl|f}} || yes |
|- | |- | ||
− | |110 0111 ||style="background:lightblue;"| 147 || style="background:#cff;"| 103 ||style="background:lightblue;"| 67 || {{ | + | |110 0111 ||style="background:lightblue;"| 147 || style="background:#cff;"| 103 ||style="background:lightblue;"| 67 || {{wpbl|g}} || yes |
|- | |- | ||
− | |110 1000 ||style="background:lightblue;"| 150 || style="background:#cff;"| 104 ||style="background:lightblue;"| 68 || {{ | + | |110 1000 ||style="background:lightblue;"| 150 || style="background:#cff;"| 104 ||style="background:lightblue;"| 68 || {{wpbl|h}} || yes |
|- | |- | ||
− | |110 1001 ||style="background:lightblue;"| 151 || style="background:#cff;"| 105 ||style="background:lightblue;"| 69 || {{ | + | |110 1001 ||style="background:lightblue;"| 151 || style="background:#cff;"| 105 ||style="background:lightblue;"| 69 || {{wpbl|i}} || yes |
|- | |- | ||
− | |110 1010 ||style="background:lightblue;"| 152 || style="background:#cff;"| 106 ||style="background:lightblue;"| 6A || {{ | + | |110 1010 ||style="background:lightblue;"| 152 || style="background:#cff;"| 106 ||style="background:lightblue;"| 6A || {{wpbl|j}} || yes |
|- | |- | ||
− | |110 1011 ||style="background:lightblue;"| 153 || style="background:#cff;"| 107 ||style="background:lightblue;"| 6B || {{ | + | |110 1011 ||style="background:lightblue;"| 153 || style="background:#cff;"| 107 ||style="background:lightblue;"| 6B || {{wpbl|k}} || yes |
|- | |- | ||
− | |110 1100 ||style="background:lightblue;"| 154 || style="background:#cff;"| 108 ||style="background:lightblue;"| 6C || {{ | + | |110 1100 ||style="background:lightblue;"| 154 || style="background:#cff;"| 108 ||style="background:lightblue;"| 6C || {{wpbl|l}} || yes |
|- | |- | ||
− | |110 1101 ||style="background:lightblue;"| 155 || style="background:#cff;"| 109 ||style="background:lightblue;"| 6D || {{ | + | |110 1101 ||style="background:lightblue;"| 155 || style="background:#cff;"| 109 ||style="background:lightblue;"| 6D || {{wpbl|m}} || yes |
|- | |- | ||
− | |110 1110 ||style="background:lightblue;"| 156 || style="background:#cff;"| 110 ||style="background:lightblue;"| 6E || {{ | + | |110 1110 ||style="background:lightblue;"| 156 || style="background:#cff;"| 110 ||style="background:lightblue;"| 6E || {{wpbl|n}} || yes |
|- | |- | ||
− | |110 1111 ||style="background:lightblue;"| 157 || style="background:#cff;"| 111 ||style="background:lightblue;"| 6F || {{ | + | |110 1111 ||style="background:lightblue;"| 157 || style="background:#cff;"| 111 ||style="background:lightblue;"| 6F || {{wpbl|o}} || yes |
|- | |- | ||
− | |111 0000 ||style="background:lightblue;"| 160 || style="background:#cff;"| 112 ||style="background:lightblue;"| 70 || {{ | + | |111 0000 ||style="background:lightblue;"| 160 || style="background:#cff;"| 112 ||style="background:lightblue;"| 70 || {{wpbl|p}} || yes |
|- | |- | ||
− | |111 0001 ||style="background:lightblue;"| 161 || style="background:#cff;"| 113 ||style="background:lightblue;"| 71 || {{ | + | |111 0001 ||style="background:lightblue;"| 161 || style="background:#cff;"| 113 ||style="background:lightblue;"| 71 || {{wpbl|q}} || yes |
|- | |- | ||
− | |111 0010 ||style="background:lightblue;"| 162 || style="background:#cff;"| 114 ||style="background:lightblue;"| 72 || {{ | + | |111 0010 ||style="background:lightblue;"| 162 || style="background:#cff;"| 114 ||style="background:lightblue;"| 72 || {{wpbl|r}} || yes |
|- | |- | ||
− | |111 0011 ||style="background:lightblue;"| 163 || style="background:#cff;"| 115 ||style="background:lightblue;"| 73 || {{ | + | |111 0011 ||style="background:lightblue;"| 163 || style="background:#cff;"| 115 ||style="background:lightblue;"| 73 || {{wpbl|s}} || yes |
|- | |- | ||
− | |111 0100 ||style="background:lightblue;"| 164 || style="background:#cff;"| 116 ||style="background:lightblue;"| 74 || {{ | + | |111 0100 ||style="background:lightblue;"| 164 || style="background:#cff;"| 116 ||style="background:lightblue;"| 74 || {{wpbl|t}} || yes |
|- | |- | ||
− | |111 0101 ||style="background:lightblue;"| 165 || style="background:#cff;"| 117 ||style="background:lightblue;"| 75 || {{ | + | |111 0101 ||style="background:lightblue;"| 165 || style="background:#cff;"| 117 ||style="background:lightblue;"| 75 || {{wpbl|u}} || yes |
|- | |- | ||
− | |111 0110 ||style="background:lightblue;"| 166 || style="background:#cff;"| 118 ||style="background:lightblue;"| 76 || {{ | + | |111 0110 ||style="background:lightblue;"| 166 || style="background:#cff;"| 118 ||style="background:lightblue;"| 76 || {{wpbl|v}} || yes |
|- | |- | ||
− | |111 0111 ||style="background:lightblue;"| 167 || style="background:#cff;"| 119 ||style="background:lightblue;"| 77 || {{ | + | |111 0111 ||style="background:lightblue;"| 167 || style="background:#cff;"| 119 ||style="background:lightblue;"| 77 || {{wpbl|w}} || yes |
|- | |- | ||
− | |111 1000 ||style="background:lightblue;"| 170 || style="background:#cff;"| 120 ||style="background:lightblue;"| 78 || {{ | + | |111 1000 ||style="background:lightblue;"| 170 || style="background:#cff;"| 120 ||style="background:lightblue;"| 78 || {{wpbl|x}} || yes |
|- | |- | ||
− | |111 1001 ||style="background:lightblue;"| 171 || style="background:#cff;"| 121 ||style="background:lightblue;"| 79 || {{ | + | |111 1001 ||style="background:lightblue;"| 171 || style="background:#cff;"| 121 ||style="background:lightblue;"| 79 || {{wpbl|y}} || yes |
|- | |- | ||
− | |111 1010 ||style="background:lightblue;"| 172 || style="background:#cff;"| 122 ||style="background:lightblue;"| 7A || {{ | + | |111 1010 ||style="background:lightblue;"| 172 || style="background:#cff;"| 122 ||style="background:lightblue;"| 7A || {{wpbl|z}} || yes |
|- | |- | ||
− | |111 1011 ||style="background:lightblue;"| 173 || style="background:#cff;"| 123 ||style="background:lightblue;"| 7B || {{ | + | |111 1011 ||style="background:lightblue;"| 173 || style="background:#cff;"| 123 ||style="background:lightblue;"| 7B || {{wpbl|Bracket#Curly brackets|{}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |111 1100 ||style="background:lightblue;"| 174 || style="background:#cff;"| 124 ||style="background:lightblue;"| 7C || {{ | + | |111 1100 ||style="background:lightblue;"| 174 || style="background:#cff;"| 124 ||style="background:lightblue;"| 7C || {{wpbl|Vertical bar||}} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |111 1101 ||style="background:lightblue;"| 175 || style="background:#cff;"| 125 ||style="background:lightblue;"| 7D || {{ | + | |111 1101 ||style="background:lightblue;"| 175 || style="background:#cff;"| 125 ||style="background:lightblue;"| 7D || {{wpbl|Bracket#Curly brackets|} }} |
+ | | style="background:#fcc;"| NO | ||
|- | |- | ||
− | |111 1110 ||style="background:lightblue;"| 176 || style="background:#cff;"| 126 ||style="background:lightblue;"| 7E || {{ | + | |111 1110 ||style="background:lightblue;"| 176 || style="background:#cff;"| 126 ||style="background:lightblue;"| 7E || {{wpbl|Tilde|~}} |
|} | |} | ||
<noinclude>|}{{FAB-todo}}</noinclude> | <noinclude>|}{{FAB-todo}}</noinclude> |
Latest revision as of 16:56, 9 July 2013
This template when viewed directly is the same ascii table as on Wikipedia ASCII (Table:3 ASCII printable characters).
[edit] 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>
'a' through 'z' '0' through '9' hyphen ('-') ampersand ('&') comma (',') plus ('+') apostrophe (' ' ') period ('.') underscore ('_') dollar ('$') space (' ') open parenthesis ('(') closed parenthesis (')') tilde ('~')
Filenames must not end with a space (' ').
|