ASCII table

From Cor ad Cor
Jump to navigation Jump to search

The first part of the ASCII table is 128 characers, from 0 to 127.

The table below shows the visible characters from 33 to 126.

ASCII 0..31 are reserved for "control characters." In the old DOS days, each one also had a graphic representation as well.

ASCII 32 is a space.

ASCII 127 is used for the "delete" command, as a general rule.

0..32

The ASCII characters from 0 to 31 were reserved as "control characters."

Although these were meant to be invisible, someone decided to draw a glyph for each one of them. It is very difficult to display these glyphs in modern versions of Windows.

ASC(32) is not a control character. It is just a space, so no proper "picture" of it can be drawn.

33 .. 127

33    ! 65    A   97    a
34    " 66    B   98    b
35    # 67    C   99    c
36    $ 68    D 100    d
37    % 69    E 101    e
38    & 70    F 102    f
39    ' 71    G 103    g
40    ( 72    H 104    h
41    ) 73    I 105    i
42    * 74    J 106    j
43    + 75    K 107    k
44    , 76    L 108    l
45    - 77    M 109    m
46    . 78    N 110    n
47    / 79    O 111    o
48    0 80    P 112    p
49    1 81    Q 113    q
50    2 82    R 114    r
51    3 83    S 115    s
52    4 84    T 116    t
53    5 85    U 117    u
54    6 86    V 118    v
55    7 87    W 119    w
56    8 88    X 120    x
57    9 89    Y 121    y
58    90    Z 122    z
59    ; 91    [ 123    {
60    < 92    \ 124    |
61    = 93    ] 125    }
62    > 94    ^ 126    ~
63    ? 95    _

Unicode 0128..0255

0128
0136
ˆ
0144
0152
˜
0160
0168
¨
0176
°
0184
¸
0192
À
0200
È
0208
Ð
0216
Ø
0224
à
0232
è
0240
ð
0248
ø
0129
0137
0145
0153
0161
¡
0169
©
0177
±
0185
¹
0193
Á
0201
É
0209
Ñ
0217
Ù
0225
á
0233
é
0241
ñ
0249
ù
0130
0138
Š
0146
0154
š
0162
¢
0170
ª
0178
²
0186
º
0194
Â
0202
Ê
0210
Ò
0218
Ú
0226
â
0234
ê
0242
ò
0250
ú
0131
ƒ
0139
0147
0155
 ›
0163
£
0171
«
0179
³
0187
 »
0195
Ã
0203
Ë
0211
Ó
0219
Û
0227
ã
0235
ë
0243
ó
0251
û
0132
0140
Œ
0148
0156
œ
0164
¤
0172
¬
0180
´
0188
¼
0196
Ä
0204
Ì
0212
Ô
0220
Ü
0228
ä
0236
ì
0244
ô
0252
ü
0133
0141
0149
0157
0165
¥
0173
­
0181
µ
0189
½
0197
Å
0205
Í
0213
Õ
0221
Ý
0229
å
0237
í
0245
õ
0253
ý
0134
0142
Ž
0150
0158
ž
0166
¦
0174
®
0182
0190
¾
0198
Æ
0206
Î
0214
Ö
0222
Þ
0230
æ
0238
î
0246
ö
0254
þ
0135
0143
0151
0159
Ÿ
0167
§
0175
¯
0183
·
0191
¿
0199
Ç
0207
Ï
0215
×
0223
ß
0231
ç
0239
ï
0247
÷
0255
ÿ

PC DOS 437 table

"Code page 437."

Unicode 1252

"Windows-1252"