blob: 5a9c3d9a87c618056d85d0cd467434fc93aae087 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
<title>Hex Ascii table</title>
<head>
<script language="JavaScript">
</script>
</head>
<body bgcolor="#ffffcc">
<HR>
<center>
<h1>Hex Ascii table.</h1>
</center>
<HR>
Here is the Ascii table in base 16.
<p>
<center>
<table border=2 bgcolor="ivory">
<tr>
<td>
<pre>
00 01 02 03 04 05 06 07
08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17
18 19 1A 1B 1C 1D 1E 1F
20 21 ! 22 " 23 # 24 $ 25 % 26 & 27 '
28 ( 29 ) 2A * 2B + 2C , 2D - 2E . 2F /
30 0 31 1 32 2 33 3 34 4 35 5 36 6 37 7
38 8 39 9 3A : 3B ; 3C < 3D = 3E > 3F ?
40 @ 41 A 42 B 43 C 44 D 45 E 46 F 47 G
48 H 49 I 4A J 4B K 4C L 4D M 4E N 4F O
50 P 51 Q 52 R 53 S 54 T 55 U 56 V 57 W
58 X 59 Y 5A Z 5B [ 5C \ 5D ] 5E ^ 5F _
60 ` 61 a 62 b 63 c 64 d 65 e 66 f 67 g
68 h 69 i 6A j 6B k 6C l 6D m 6E n 6F o
70 p 71 q 72 r 73 s 74 t 75 u 76 v 77 w
78 x 79 y 7A z 7B { 7C | 7D } 7E ~ 7F
</pre>
</td>
</tr>
</table>
</center>
<p>
<dl compact>
<dt><img src=../../GRAPHICS/whiteball.gif> The <a href=dec_tab.html>decimal</a> table is here.<p>
<p>
<dt><img src=../../GRAPHICS/computer.gif align=center><a href="../PROBLEMS/ascii2.c"> A program</a> to generate this table.
<p>
<dt><img src=../../GRAPHICS/whiteball.gif><a href="../MISC/numconv.html"> Conversion between Dec,Hec,Binary</a>
<p>
</dl>
<p>
<hr>
<p>
<center>
<table border=2 width="80%" bgcolor="ivory">
<tr align=center>
<td width="25%">
<a href="../cref.html"> Top</a>
</td><td width="25%">
<a href="../master_index.html"> Master Index</a>
</td><td width="25%">
<a href="../SYNTAX/keywords.html"> Keywords</a>
</td><td width="25%">
<a href="funcref.htm"> Functions</a>
</td>
</tr>
</table>
</center>
<p>
<hr>
<address>Martin Leslie
</address><p>
</body>
</html>
|