0 | 0x00 | 00000000 | 000 | NUL | 空字符 (Null) |
1 | 0x01 | 00000001 | 001 | SOH | 标题开始 (Start of Heading) |
2 | 0x02 | 00000010 | 002 | STX | 正文开始 (Start of Text) |
3 | 0x03 | 00000011 | 003 | ETX | 正文结束 (End of Text) |
4 | 0x04 | 00000100 | 004 | EOT | 传输结束 (End of Transmission) |
5 | 0x05 | 00000101 | 005 | ENQ | 请求 (Enquiry) |
6 | 0x06 | 00000110 | 006 | ACK | 确认 (Acknowledgment) |
7 | 0x07 | 00000111 | 007 | BEL | 响铃 (Bell) |
8 | 0x08 | 00001000 | 010 | BS | 退格 (Backspace) |
9 | 0x09 | 00001001 | 011 | HT | 水平制表符 (Horizontal Tab) |
10 | 0x0A | 00001010 | 012 | LF | 换行 (Line Feed) |
11 | 0x0B | 00001011 | 013 | VT | 垂直制表符 (Vertical Tab) |
12 | 0x0C | 00001100 | 014 | FF | 换页 (Form Feed) |
13 | 0x0D | 00001101 | 015 | CR | 回车 (Carriage Return) |
14 | 0x0E | 00001110 | 016 | SO | 移出 (Shift Out) |
15 | 0x0F | 00001111 | 017 | SI | 移入 (Shift In) |
16 | 0x10 | 00010000 | 020 | DLE | 数据链路转义 (Data Link Escape) |
17 | 0x11 | 00010001 | 021 | DC1 | 设备控制1 (Device Control 1) |
18 | 0x12 | 00010010 | 022 | DC2 | 设备控制2 (Device Control 2) |
19 | 0x13 | 00010011 | 023 | DC3 | 设备控制3 (Device Control 3) |
20 | 0x14 | 00010100 | 024 | DC4 | 设备控制4 (Device Control 4) |
21 | 0x15 | 00010101 | 025 | NAK | 否定确认 (Negative Acknowledgment) |
22 | 0x16 | 00010110 | 026 | SYN | 同步空闲 (Synchronous Idle) |
23 | 0x17 | 00010111 | 027 | ETB | 传输块结束 (End of Transmission Block) |
24 | 0x18 | 00011000 | 030 | CAN | 取消 (Cancel) |
25 | 0x19 | 00011001 | 031 | EM | 介质结束 (End of Medium) |
26 | 0x1A | 00011010 | 032 | SUB | 替换 (Substitute) |
27 | 0x1B | 00011011 | 033 | ESC | 转义 (Escape) |
28 | 0x1C | 00011100 | 034 | FS | 文件分隔符 (File Separator) |
29 | 0x1D | 00011101 | 035 | GS | 组分隔符 (Group Separator) |
30 | 0x1E | 00011110 | 036 | RS | 记录分隔符 (Record Separator) |
31 | 0x1F | 00011111 | 037 | US | 单元分隔符 (Unit Separator) |
32 | 0x20 | 00100000 | 040 | | 空格 (Space) |
33 | 0x21 | 00100001 | 041 | ! | 感叹号 (Exclamation Mark) |
34 | 0x22 | 00100010 | 042 | " | 双引号 (Quotation Mark) |
35 | 0x23 | 00100011 | 043 | # | 井号 (Number Sign) |
36 | 0x24 | 00100100 | 044 | $ | 美元符号 (Dollar Sign) |
37 | 0x25 | 00100101 | 045 | % | 百分号 (Percent Sign) |
38 | 0x26 | 00100110 | 046 | & | 和号 (Ampersand) |
39 | 0x27 | 00100111 | 047 | ' | 单引号 (Apostrophe) |
40 | 0x28 | 00101000 | 050 | ( | 左括号 (Left Parenthesis) |
41 | 0x29 | 00101001 | 051 | ) | 右括号 (Right Parenthesis) |
42 | 0x2A | 00101010 | 052 | * | 星号 (Asterisk) |
43 | 0x2B | 00101011 | 053 | + | 加号 (Plus Sign) |
44 | 0x2C | 00101100 | 054 | , | 逗号 (Comma) |
45 | 0x2D | 00101101 | 055 | - | 减号 (Hyphen-Minus) |
46 | 0x2E | 00101110 | 056 | . | 句点 (Full Stop) |
47 | 0x2F | 00101111 | 057 | / | 斜杠 (Slash) |
48 | 0x30 | 00110000 | 060 | 0 | 数字 0 (Digit 0) |
49 | 0x31 | 00110001 | 061 | 1 | 数字 1 (Digit 1) |
50 | 0x32 | 00110010 | 062 | 2 | 数字 2 (Digit 2) |
51 | 0x33 | 00110011 | 063 | 3 | 数字 3 (Digit 3) |
52 | 0x34 | 00110100 | 064 | 4 | 数字 4 (Digit 4) |
53 | 0x35 | 00110101 | 065 | 5 | 数字 5 (Digit 5) |
54 | 0x36 | 00110110 | 066 | 6 | 数字 6 (Digit 6) |
55 | 0x37 | 00110111 | 067 | 7 | 数字 7 (Digit 7) |
56 | 0x38 | 00111000 | 070 | 8 | 数字 8 (Digit 8) |
57 | 0x39 | 00111001 | 071 | 9 | 数字 9 (Digit 9) |
58 | 0x3A | 00111010 | 072 | : | 冒号 (Colon) |
59 | 0x3B | 00111011 | 073 | ; | 分号 (Semicolon) |
60 | 0x3C | 00111100 | 074 | < | 小于号 (Less-Than Sign) |
61 | 0x3D | 00111101 | 075 | = | 等于号 (Equals Sign) |
62 | 0x3E | 00111110 | 076 | > | 大于号 (Greater-Than Sign) |
63 | 0x3F | 00111111 | 077 | ? | 问号 (Question Mark) |
64 | 0x40 | 01000000 | 100 | @ | at符号 (Commercial At) |
65 | 0x41 | 01000001 | 101 | A | 大写字母 A (Latin Capital Letter A) |
66 | 0x42 | 01000010 | 102 | B | 大写字母 B (Latin Capital Letter B) |
67 | 0x43 | 01000011 | 103 | C | 大写字母 C (Latin Capital Letter C) |
68 | 0x44 | 01000100 | 104 | D | 大写字母 D (Latin Capital Letter D) |
69 | 0x45 | 01000101 | 105 | E | 大写字母 E (Latin Capital Letter E) |
70 | 0x46 | 01000110 | 106 | F | 大写字母 F (Latin Capital Letter F) |
71 | 0x47 | 01000111 | 107 | G | 大写字母 G (Latin Capital Letter G) |
72 | 0x48 | 01001000 | 110 | H | 大写字母 H (Latin Capital Letter H) |
73 | 0x49 | 01001001 | 111 | I | 大写字母 I (Latin Capital Letter I) |
74 | 0x4A | 01001010 | 112 | J | 大写字母 J (Latin Capital Letter J) |
75 | 0x4B | 01001011 | 113 | K | 大写字母 K (Latin Capital Letter K) |
76 | 0x4C | 01001100 | 114 | L | 大写字母 L (Latin Capital Letter L) |
77 | 0x4D | 01001101 | 115 | M | 大写字母 M (Latin Capital Letter M) |
78 | 0x4E | 01001110 | 116 | N | 大写字母 N (Latin Capital Letter N) |
79 | 0x4F | 01001111 | 117 | O | 大写字母 O (Latin Capital Letter O) |
80 | 0x50 | 01010000 | 120 | P | 大写字母 P (Latin Capital Letter P) |
81 | 0x51 | 01010001 | 121 | Q | 大写字母 Q (Latin Capital Letter Q) |
82 | 0x52 | 01010010 | 122 | R | 大写字母 R (Latin Capital Letter R) |
83 | 0x53 | 01010011 | 123 | S | 大写字母 S (Latin Capital Letter S) |
84 | 0x54 | 01010100 | 124 | T | 大写字母 T (Latin Capital Letter T) |
85 | 0x55 | 01010101 | 125 | U | 大写字母 U (Latin Capital Letter U) |
86 | 0x56 | 01010110 | 126 | V | 大写字母 V (Latin Capital Letter V) |
87 | 0x57 | 01010111 | 127 | W | 大写字母 W (Latin Capital Letter W) |
88 | 0x58 | 01011000 | 130 | X | 大写字母 X (Latin Capital Letter X) |
89 | 0x59 | 01011001 | 131 | Y | 大写字母 Y (Latin Capital Letter Y) |
90 | 0x5A | 01011010 | 132 | Z | 大写字母 Z (Latin Capital Letter Z) |
91 | 0x5B | 01011011 | 133 | [ | 左方括号 (Left Square Bracket) |
92 | 0x5C | 01011100 | 134 | \ | 反斜杠 (Backslash) |
93 | 0x5D | 01011101 | 135 | ] | 右方括号 (Right Square Bracket) |
94 | 0x5E | 01011110 | 136 | ^ | 脱字符 (Caret) |
95 | 0x5F | 01011111 | 137 | _ | 下划线 (Underscore) |
96 | 0x60 | 01100000 | 140 | ` | 反引号 (Grave Accent) |
97 | 0x61 | 01100001 | 141 | a | 小写字母 a (Latin Small Letter a) |
98 | 0x62 | 01100010 | 142 | b | 小写字母 b (Latin Small Letter b) |
99 | 0x63 | 01100011 | 143 | c | 小写字母 c (Latin Small Letter c) |
100 | 0x64 | 01100100 | 144 | d | 小写字母 d (Latin Small Letter d) |
101 | 0x65 | 01100101 | 145 | e | 小写字母 e (Latin Small Letter e) |
102 | 0x66 | 01100110 | 146 | f | 小写字母 f (Latin Small Letter f) |
103 | 0x67 | 01100111 | 147 | g | 小写字母 g (Latin Small Letter g) |
104 | 0x68 | 01101000 | 150 | h | 小写字母 h (Latin Small Letter h) |
105 | 0x69 | 01101001 | 151 | i | 小写字母 i (Latin Small Letter i) |
106 | 0x6A | 01101010 | 152 | j | 小写字母 j (Latin Small Letter j) |
107 | 0x6B | 01101011 | 153 | k | 小写字母 k (Latin Small Letter k) |
108 | 0x6C | 01101100 | 154 | l | 小写字母 l (Latin Small Letter l) |
109 | 0x6D | 01101101 | 155 | m | 小写字母 m (Latin Small Letter m) |
110 | 0x6E | 01101110 | 156 | n | 小写字母 n (Latin Small Letter n) |
111 | 0x6F | 01101111 | 157 | o | 小写字母 o (Latin Small Letter o) |
112 | 0x70 | 01110000 | 160 | p | 小写字母 p (Latin Small Letter p) |
113 | 0x71 | 01110001 | 161 | q | 小写字母 q (Latin Small Letter q) |
114 | 0x72 | 01110010 | 162 | r | 小写字母 r (Latin Small Letter r) |
115 | 0x73 | 01110011 | 163 | s | 小写字母 s (Latin Small Letter s) |
116 | 0x74 | 01110100 | 164 | t | 小写字母 t (Latin Small Letter t) |
117 | 0x75 | 01110101 | 165 | u | 小写字母 u (Latin Small Letter u) |
118 | 0x76 | 01110110 | 166 | v | 小写字母 v (Latin Small Letter v) |
119 | 0x77 | 01110111 | 167 | w | 小写字母 w (Latin Small Letter w) |
120 | 0x78 | 01111000 | 170 | x | 小写字母 x (Latin Small Letter x) |
121 | 0x79 | 01111001 | 171 | y | 小写字母 y (Latin Small Letter y) |
122 | 0x7A | 01111010 | 172 | z | 小写字母 z (Latin Small Letter z) |
123 | 0x7B | 01111011 | 173 | { | 左花括号 (Left Curly Bracket) |
124 | 0x7C | 01111100 | 174 | | | 竖线 (Vertical Line) |
125 | 0x7D | 01111101 | 175 | } | 右花括号 (Right Curly Bracket) |
126 | 0x7E | 01111110 | 176 | ~ | 波浪号 (Tilde) |
127 | 0x7F | 01111111 | 177 | DEL | 删除 (Delete) |