|
 |

ASCII
"ASCII" (acronym for "American Standard Code for Information Interchange") was originally a 7-bit code which assigned a 7-bit number (0-127) to upper and lowercase letters, numbers and some special characters. The first 32 codes were reserved for control characters such as line feed, etc. ASCII is particularly common on smaller computers. ASCII was expanded by IBM to 8 bits (numbers from 0-255) in order to be able to display additional special characters and block elements on PCs.
Code | Character | Code | Character | Code | Character | Code | Character | |
32 | [Space] | 96 | ` | 160 | | 224 | à | 33 | ! | 97 | a | 161 | ¡ | 225 | á | 34 | " | 98 | b | 162 | ¢ | 226 | â | 35 | # | 99 | c | 163 | £ | 227 | ã | 36 | $ | 100 | d | 164 | ¤ | 228 | ä | 37 | % | 101 | e | 165 | ¥ | 229 | å | 38 | & | 102 | f | 166 | ¦ | 230 | æ | 39 | ' | 103 | g | 167 | § | 231 | ç | 40 | ( | 104 | h | 168 | ¨ | 232 | è | 41 | ) | 105 | i | 169 | (c) | 233 | é | 42 | * | 106 | j | 170 | ª | 234 | ê | 43 | + | 107 | k | 171 | " | 235 | ë | 44 | , | 108 | l | 172 | ¬ | 236 | ì | 45 | - | 109 | m | 173 | | 237 | í | 46 | .. | 110 | n | 174 | (r) | 238 | î | 47 | / | 111 | o | 175 | ¯ | 239 | ï | 48 | 0 | 112 | p | 176 | ° | 240 | ð | 49 | 1 | 113 | q | 177 | ± | 241 | ñ | 50 | 2 | 114 | r | 178 | ² | 242 | ò | 51 | 3 | 115 | s | 179 | ³ | 243 | ó | 52 | 4 | 116 | t | 180 | ´ | 244 | ô | 53 | 5 | 117 | u | 181 | µ | 245 | õ | 54 | 6 | 118 | v | 182 | ¶ | 246 | ö | 55 | 7 | 119 | w | 183 | · | 247 | ÷ | 56 | 8 | 120 | x | 184 | ¸ | 248 | ø | 57 | 9 | 121 | y | 185 | ¹ | 249 | ù | 58 | : | 122 | z | 186 | º | 250 | ú | 59 | ; | 123 | { | 187 | " | 251 | û | 60 | | 124 | | | 188 | 1/4 | 252 | ü | 61 | = | 125 | } | 189 | 1/2 | 253 | ý | 62 | > | 126 | ~ | 190 | 3/4 | 254 | þ | 63 | ? | 127 | | 191 | ¿ | 255 | ÿ | 64 | @ | 128 | € | 192 | À |
In Windows, the ANSI standard is used.
Back
|
 |
|