![]() |
快乐的麻辣香锅 · [参考]ASCII对照表及字符与二进制、十进 ...· 1 月前 · |
![]() |
快乐的麻辣香锅 · ASCII 表| 菜鸟教程· 1 月前 · |
![]() |
快乐的麻辣香锅 · ASCII码对照表【2023年汇总】-CSDN博客· 1 月前 · |
![]() |
快乐的麻辣香锅 · ASCII码对照表,ASCII码一览表(非常 ...· 1 月前 · |
![]() |
快乐的麻辣香锅 · 字符编码、常见字符集解析(ASCII、Uni ...· 1 月前 · |
🍺ASCII相关文章汇总如下🍺:
1、🎈ASCII码对照表(255个ascii字符汇总)🎈
2、🎈ASCII码对照表(Unicode 字符集列表)🎈
3、🎈ASCII码对照表(emoji表情符号)🎈
4、🎈ASCII码对照表(Python代码实现打印)🎈
5、🎈ASCII码对照表(C++17 实现ANSI、UTF8、Unicode编码互转)🎈
6、🎈ASCII码对照表(HTML颜色代码表)🎈
7、🎈ASCII码对照表(Matplotlib颜色对照表)🎈
8、🎈ASCII码对照表【2024年汇总】🎈
《等雨记》
咦,星星⭐ 都出来了,
哎,月亮🌙 都挂树梢了,
哦,黄花菜🍀都凉了。
戈戈:咱们走吧。
狄狄:不能。因为我们在等待下雨!
戈戈:为什么大人们都不打电话📞?
狄狄:怕你不接。
戈戈:为什么大人们都不回短信✉?
狄狄:因为不重要。
狄狄:燕雀🐦安知鸿鹄之志哉!
戈戈:苟富贵,勿相忘?
狄狄:白首终分离,江湖两相忘。
戈戈:......
许久之后,戈戈再次提议离开,狄狄表示同意,但他们仍然坐在小板凳上……
幕落。
3.3 ASCII可显示字符 ,32 - 127,共96个。
3.4 ASCII扩展字符,128 - 255,共128个。
4.1 Detailed ASCII TABLE [Non-Printable Characters]
4.2 Detailed ASCII TABLE [Printable Characters]
4.3 Detailed ASCII TABLE [Extended Characters 1]
4.4 Detailed ASCII TABLE [Extended Characters 2]
ASCII(American Standard Code for Information Interchange,美国信息互换标准代码)是一套基于拉丁字母的字符编码,共收录了 128 个字符,用一个字节就可以存储,它等同于国际标准 ISO/IEC 646。ASCII 规范于 1967 年第一次发布,最后一次更新是在 1986 年。
ASCII编码范围0x00-0x7F,即十进制的0-127,定义了128个单字节字符。 它包含了 33 个控制字符(具有某些特殊功能但是无法显示的字符)和 95 个可显示字符(数字、字母、符号)。国标码GB18030、国际码Unicode均兼容ASCII编码。
Short for American Standard Code for Information Interexchange , ASCII is a standard that assigns letters , numbers , and other characters in the 256 slots available in the 8-bit code. The ASCII decimal (Dec) number is created from binary , which is the language of all computers.
ASCII ( /ˈæskiː/ ( listen ) ASS-kee ): 6 abbreviated from American Standard Code for Information Interchange , is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications equipment , and other devices. Most modern character-encoding schemes are based on ASCII, although they support many additional characters.The Internet Assigned Numbers Authority (IANA) prefers the name US-ASCII for this character encoding. ASCII is one of the IEEE milestones .
The ASCII table is divided into three different sections.
前128个称为基本 ASCII码 ,从二进制角度来看,它们的最高位bit[7]=0,只使用了低7位bit[6,0]来进行编码。
ASCII码 |
字符 | ||
16进制 | 10进制 | 2进制 | |
0x00 | 0 | 00000000 | NUL 空 |
0x01 | 1 | 00000001 | SOH 标题开始 |
0x02 | 2 | 00000010 | STX 正文开始 |
0x03 | 3 | 00000011 | ETX 正文结束 |
0x04 | 4 | 00000100 | EOT 传输结束 |
0x05 | 5 | 00000101 | ENQ 询问字符 |
0x06 | 6 | 00000110 | ACK 承认 |
0x07 | 7 | 00000111 | BEL 报警 |
0x08 | 8 | 00001000 | BS 退一格 |
0x09 | 9 | 00001001 | HT 横向制表 |
0x0A | 10 | 00001010 | LF 换行 |
0x0B | 11 | 00001011 | VT 垂直制表 |
0x0C | 12 | 00001100 | FF 走纸控制 |
0x0D | 13 | 00001101 | CR 回车 |
0x0E | 14 | 00001110 | SO 移位输出 |
0x0F | 15 | 00001111 | SI 移位输入 |
0x10 | 16 | 00010000 | DLE 数据链路转义 |
0x11 | 17 | 00010001 | DC1 设备控制1 |
0x12 | 18 | 00010010 | DC2 设备控制2 |
0x13 | 19 | 00010011 | DC3 设备控制3 |
0x14 | 20 | 00010100 | DC4 设备控制4 |
0x15 | 21 | 00010101 | NAK 否定 |
0x16 | 22 | 00010110 | SYN 空转同步 |
0x17 | 23 | 00010111 | ETB 信息组传送结束 |
0x18 | 24 | 00011000 | CAN 作废 |
0x19 | 25 | 00011001 | EM 纸尽 |
0x1A | 26 | 00011010 | SUB 换置 |
0x1B | 27 | 00011011 | ESC 换码 |
0x1C | 28 | 00011100 | FS 文字分隔符 |
0x1D | 29 | 00011101 | GS 组分隔符 |
0x1E | 30 | 00011110 | RS 记录分隔符 |
0x1F | 31 | 00011111 | US 单元分隔符 |
0x20 | 32 | 00100000 | (space) |
0x21 | 33 | 00100001 | ! |
0x22 | 34 | 00100010 | ” |
0x23 | 35 | 00100011 | # |
0x24 | 36 | 00100100 | $ |
0x25 | 37 | 00100101 | % |
0x26 | 38 | 00100110 | & |
0x27 | 39 | 00100111 | ' |
0x28 | 40 | 00101000 | ( |
0x29 | 41 | 00101001 | ) |
0x2A | 42 | 00101010 | * |
0x2B | 43 | 00101011 | + |
0x2C | 44 | 00101100 | , |
0x2D | 45 | 00101101 | - |
0x2E | 46 | 00101110 | . |
0x2F | 47 | 00101111 | / |
0x30 | 48 | 00110000 | 0 |
0x31 | 49 | 00110001 | 1 |
0x32 | 50 | 00110010 | 2 |
0x33 | 51 | 00110011 | 3 |
0x34 | 52 | 00110100 | 4 |
0x35 | 53 | 00110101 | 5 |
36 | 54 | 00110110 | 6 |
0x37 | 55 | 00110111 | 7 |
0x38 | 56 | 00111000 | 8 |
0x39 | 57 | 00111001 | 9 |
0x3A | 58 | 00111010 | : |
0x3B | 59 | 00111011 | ; |
0x3C | 60 | 00111100 | < |
0x3D | 61 | 00111101 | = |
0x3E | 62 | 00111110 | > |
0x3F | 63 | 00111111 | ? |
0x40 | 64 | 01000000 | @ |
0x41 | 65 | 01000001 | A |
0x42 | 66 | 01000010 | B |
0x43 | 67 | 01000011 | C |
0x44 | 68 | 01000100 | D |
0x45 | 69 | 01000101 | E |
0x46 | 70 | 01000110 | F |
0x47 | 71 | 01000111 | G |
0x48 | 72 | 01001000 | H |
0x49 | 73 | 01001001 | I |
0x4A | 74 | 01001010 | J |
0x4B | 75 | 01001011 | K |
0x4C | 76 | 01001100 | L |
0x4D | 77 | 01001101 | M |
0x4E | 78 | 01001110 | N |
0x4F | 79 | 01001111 | O |
0x50 | 80 | 01010000 | P |
0x51 | 81 | 01010001 | Q |
0x52 | 82 | 01010010 | R |
0x53 | 83 | 01010011 | S |
0x54 | 84 | 01010100 | T |
0x55 | 85 | 01010101 | U |
0x56 | 86 | 01010110 | V |
0x57 | 87 | 01010111 | W |
0x58 | 88 | 01011000 | X |
0x59 | 89 | 01011001 | Y |
0x5A | 90 | 01011010 | Z |
0x5B | 91 | 01011011 | [ |
0x5C | 92 | 01011100 | \ |
0x5D | 93 | 01011101 | ] |
0x5E | 94 | 01011110 | ^ |
0x5F | 95 | 01011111 | _ |
0x60 | 96 | 01100000 | ` |
0x61 | 97 | 01100001 | a |
0x62 | 98 | 01100010 | b |
0x63 | 99 | 01100011 | c |
0x64 | 100 | 01100100 | d |
0x65 | 101 | 01100101 | e |
0x66 | 102 | 01100110 | f |
0x67 | 103 | 01100111 | g |
0x68 | 104 | 01101000 | h |
0x69 | 105 | 01101001 | i |
0x6A | 106 | 01101010 | j |
0x6B | 107 | 01101011 | k |
0x6C | 108 | 01101100 | l |
0x6D | 109 | 01101101 | m |
0x6E | 110 | 01101110 | n |
0x6F | 111 | 01101111 | o |
0x70 | 112 | 01110000 | p |
0x71 | 113 | 01110001 | q |
0x72 | 114 | 01110010 | r |
0x73 | 115 | 01110011 | s |
0x74 | 116 | 01110100 | t |
0x75 | 117 | 01110101 | u |
0x76 | 118 | 01110110 | v |
0x77 | 119 | 01110111 | w |
0x78 | 120 | 01111000 | x |
0x79 | 121 | 01111001 | y |
0x7A | 122 | 01111010 | z |
0x7B | 123 | 01111011 | { |
0x7C | 124 | 01111100 | | |
0x7D | 125 | 01111101 | } |
0x7E | 126 | 01111110 | ~ |
0x7F | 127 | 01111111 | DEL 删除 |
0~31 之间的
ASCII码
常用于控制像打印机一样的外围设备。
十进制
DEC |
八进制
OCT |
十六进制
HEX |
二进制
BIN |
符号
Symbol |
HTML
实体编码 |
中文解释
Description |
---|---|---|---|---|---|---|
0 | 000 | 00 | 00000000 | NUL | � | 空字符 |
1 | 001 | 01 | 00000001 | SOH |  | 标题开始 |
2 | 002 | 02 | 00000010 | STX |  | 正文开始 |
3 | 003 | 03 | 00000011 | ETX |  | 正文结束 |
4 | 004 | 04 | 00000100 | EOT |  | 传输结束 |
5 | 005 | 05 | 00000101 | ENQ |  | 询问 |
6 | 006 | 06 | 00000110 | ACK |  | 收到通知 |
7 | 007 | 07 | 00000111 | BEL |  | 铃 |
8 | 010 | 08 | 00001000 | BS |  | 退格 |
9 | 011 | 09 | 00001001 | HT | 	 | 水平制表符 |
10 | 012 | 0A | 00001010 | LF | 
 | 换行键 |
11 | 013 | 0B | 00001011 | VT |  | 垂直制表符 |
12 | 014 | 0C | 00001100 | FF |  | 换页键 |
13 | 015 | 0D | 00001101 | CR | 
 | 回车键 |
14 | 016 | 0E | 00001110 | SO |  | 移出 |
15 | 017 | 0F | 00001111 | SI |  | 移入 |
16 | 020 | 10 | 00010000 | DLE |  | 数据链路转义 |
17 | 021 | 11 | 00010001 | DC1 |  | 设备控制 1 |
18 | 022 | 12 | 00010010 | DC2 |  | 设备控制 2 |
19 | 023 | 13 | 00010011 | DC3 |  | 设备控制 3 |
20 | 024 | 14 | 00010100 | DC4 |  | 设备控制 4 |
21 | 025 | 15 | 00010101 | NAK |  | 拒绝接收 |
22 | 026 | 16 | 00010110 | SYN |  | 同步空闲 |
23 | 027 | 17 | 00010111 | ETB |  | 传输块结束 |
24 | 030 | 18 | 00011000 | CAN |  | 取消 |
25 | 031 | 19 | 00011001 | EM |  | 介质中断 |
26 | 032 | 1A | 00011010 | SUB |  | 替换 |
27 | 033 | 1B | 00011011 | ESC |  | 换码符 |
28 | 034 | 1C | 00011100 | FS |  | 文件分隔符 |
29 | 035 | 1D | 00011101 | GS |  | 组分隔符 |
30 | 036 | 1E | 00011110 | RS |  | 记录分离符 |
31 | 037 | 1F | 00011111 | US |  | 单元分隔符 |
32~127 之间的 ASCII码 表示的符号,在我们的键盘上都可以被找到。其中:32表示空格,127表示删除命令。
十进制
DEC |
八进制
OCT |
十六进制
HEX |
二进制
BIN |
符号
Symbol |
HTML
实体编码 |
中文解释
Description |
---|---|---|---|---|---|---|
32 | 040 | 20 | 00100000 |   | 空格 | |
33 | 041 | 21 | 00100001 | ! | ! | 感叹号 |
34 | 042 | 22 | 00100010 | " | " | 双引号 |
35 | 043 | 23 | 00100011 | # | # | 井号 |
36 | 044 | 24 | 00100100 | $ | $ | 美元符 |
37 | 045 | 25 | 00100101 | % | % | 百分号 |
38 | 046 | 26 | 00100110 | & | & | 与 |
39 | 047 | 27 | 00100111 | ' | ' | 单引号 |
40 | 050 | 28 | 00101000 | ( | ( | 左括号 |
41 | 051 | 29 | 00101001 | ) | ) | 右括号 |
42 | 052 | 2A | 00101010 | * | * | 星号 |
43 | 053 | 2B | 00101011 | + | + | 加号 |
44 | 054 | 2C | 00101100 | , | , | 逗号 |
45 | 055 | 2D | 00101101 | - | - | 连字号或减号 |
46 | 056 | 2E | 00101110 | . | . | 句点或小数点 |
47 | 057 | 2F | 00101111 | / | / | 斜杠 |
48 | 060 | 30 | 00110000 | 0 | 0 | 0 |
49 | 061 | 31 | 00110001 | 1 | 1 | 1 |
50 | 062 | 32 | 00110010 | 2 | 2 | 2 |
51 | 063 | 33 | 00110011 | 3 | 3 | 3 |
52 | 064 | 34 | 00110100 | 4 | 4 | 4 |
53 | 065 | 35 | 00110101 | 5 | 5 | 5 |
54 | 066 | 36 | 00110110 | 6 | 6 | 6 |
55 | 067 | 37 | 00110111 | 7 | 7 | 7 |
56 | 070 | 38 | 00111000 | 8 | 8 | 8 |
57 | 071 | 39 | 00111001 | 9 | 9 | 9 |
58 | 072 | 3A | 00111010 | : | : | 冒号 |
59 | 073 | 3B | 00111011 | ; | ; | 分号 |
60 | 074 | 3C | 00111100 | < | < | 小于 |
61 | 075 | 3D | 00111101 | = | = | 等号 |
62 | 076 | 3E | 00111110 | > | > | 大于 |
63 | 077 | 3F | 00111111 | ? | ? | 问号 |
64 | 100 | 40 | 01000000 | @ | @ | 电子邮件符号 |
65 | 101 | 41 | 01000001 | A | A | 大写字母 A |
66 | 102 | 42 | 01000010 | B | B | 大写字母 B |
67 | 103 | 43 | 01000011 | C | C | 大写字母 C |
68 | 104 | 44 | 01000100 | D | D | 大写字母 D |
69 | 105 | 45 | 01000101 | E | E | 大写字母 E |
70 | 106 | 46 | 01000110 | F | F | 大写字母 F |
71 | 107 | 47 | 01000111 | G | G | 大写字母 G |
72 | 110 | 48 | 01001000 | H | H | 大写字母 H |
73 | 111 | 49 | 01001001 | I | I | 大写字母 I |
74 | 112 | 4A | 01001010 | J | J | 大写字母 J |
75 | 113 | 4B | 01001011 | K | K | 大写字母 K |
76 | 114 | 4C | 01001100 | L | L | 大写字母 L |
77 | 115 | 4D | 01001101 | M | M | 大写字母 M |
78 | 116 | 4E | 01001110 | N | N | 大写字母 N |
79 | 117 | 4F | 01001111 | O | O | 大写字母 O |
80 | 120 | 50 | 01010000 | P | P | 大写字母 P |
81 | 121 | 51 | 01010001 | Q | Q | 大写字母 Q |
82 | 122 | 52 | 01010010 | R | R | 大写字母 R |
83 | 123 | 53 | 01010011 | S | S | 大写字母 S |
84 | 124 | 54 | 01010100 | T | T | 大写字母 T |
85 | 125 | 55 | 01010101 | U | U | 大写字母 U |
86 | 126 | 56 | 01010110 | V | V | 大写字母 V |
87 | 127 | 57 | 01010111 | W | W | 大写字母 W |
88 | 130 | 58 | 01011000 | X | X | 大写字母 X |
89 | 131 | 59 | 01011001 | Y | Y | 大写字母 Y |
90 | 132 | 5A | 01011010 | Z | Z | 大写字母 Z |
91 | 133 | 5B | 01011011 | [ | [ | 左中括号 |
92 | 134 | 5C | 01011100 | \ | \ | 反斜杠 |
93 | 135 | 5D | 01011101 | ] | ] | 右中括号 |
94 | 136 | 5E | 01011110 | ^ | ^ | 音调符号 |
95 | 137 | 5F | 01011111 | _ | _ | 下划线 |
96 | 140 | 60 | 01100000 | ` | ` | 重音符 |
97 | 141 | 61 | 01100001 | a | a | 小写字母 a |
98 | 142 | 62 | 01100010 | b | b | 小写字母 b |
99 | 143 | 63 | 01100011 | c | c | 小写字母 c |
100 | 144 | 64 | 01100100 | d | d | 小写字母 d |
101 | 145 | 65 | 01100101 | e | e | 小写字母 e |
102 | 146 | 66 | 01100110 | f | f | 小写字母 f |
103 | 147 | 67 | 01100111 | g | g | 小写字母 g |
104 | 150 | 68 | 01101000 | h | h | 小写字母 h |
105 | 151 | 69 | 01101001 | i | i | 小写字母 i |
106 | 152 | 6A | 01101010 | j | j | 小写字母 j |
107 | 153 | 6B | 01101011 | k | k | 小写字母 k |
108 | 154 | 6C | 01101100 | l | l | 小写字母 l |
109 | 155 | 6D | 01101101 | m | m | 小写字母 m |
110 | 156 | 6E | 01101110 | n | n | 小写字母 n |
111 | 157 | 6F | 01101111 | o | o | 小写字母 o |
112 | 160 | 70 | 01110000 | p | p | 小写字母 p |
113 | 161 | 71 | 01110001 | q | q | 小写字母 q |
114 | 162 | 72 | 01110010 | r | r | 小写字母 r |
115 | 163 | 73 | 01110011 | s | s | 小写字母 s |
116 | 164 | 74 | 01110100 | t | t | 小写字母 t |
117 | 165 | 75 | 01110101 | u | u | 小写字母 u |
118 | 166 | 76 | 01110110 | v | v | 小写字母 v |
119 | 167 | 77 | 01110111 | w | w | 小写字母 w |
120 | 170 | 78 | 01111000 | x | x | 小写字母 x |
121 | 171 | 79 | 01111001 | y | y | 小写字母 y |
122 | 172 | 7A | 01111010 | z | z | 小写字母 z |
123 | 173 | 7B | 01111011 | { | { | 左大括号 |
124 | 174 | 7C | 01111100 | | | | | 垂直线 |
125 | 175 | 7D | 01111101 | } | } | 右大括号 |
126 | 176 | 7E | 01111110 | ~ | ~ | 波浪号 |
127 | 177 | 7F | 01111111 |  | 删除 |
后128个称为扩展 ASCII码 。许多基于x86的系统都支持使用扩展(或“高”) ASCII 。扩展 ASCII码 允许将每个字符的第8 位用于确定附加的128 个特殊符号字符、外来语字母和图形符号。
十进制
DEC |
八进制
OCT |
十六进制
HEX |
二进制
BIN |
符号
Symbol |
HTML
实体编码 |
中文解释
Description |
---|---|---|---|---|---|---|
128 | 200 | 80 | 10000000 | € | € | 欧盟符号 |
129 | 201 | 81 | 10000001 | |||
130 | 202 | 82 | 10000010 | ‚ | ‚ | 单低 9 引号 |
131 | 203 | 83 | 10000011 | ƒ | ƒ |
带钩的
拉丁小写字母f |
132 | 204 | 84 | 10000100 | „ | „ | 双低 9 引号 |
133 | 205 | 85 | 10000101 | … | … | 水平省略号 |
134 | 206 | 86 | 10000110 | † | † | 剑号 |
135 | 207 | 87 | 10000111 | ‡ | ‡ | 双剑号 |
136 | 210 | 88 | 10001000 | ˆ | ˆ |
修正字符
抑扬音符号 |
137 | 211 | 89 | 10001001 | ‰ | ‰ | 千分号 |
138 | 212 | 8A | 10001010 | Š | Š |
带弯音号的
拉丁大写字母 S |
139 | 213 | 8B | 10001011 | ‹ | ‹ | 左单书名号 |
140 | 214 | 8C | 10001100 | Œ | Œ | 拉丁大写组合 OE |
141 | 215 | 8D | 10001101 | |||
142 | 216 | 8E | 10001110 | Ž | Ž |
带弯音号的
拉丁大写字母 z |
143 | 217 | 8F | 10001111 | |||
144 | 220 | 90 | 10010000 | |||
145 | 221 | 91 | 10010001 | ‘ | ‘ | 左单引号 |
146 | 222 | 92 | 10010010 | ’ | ’ | 右单引号 |
147 | 223 | 93 | 10010011 | “ | “ | 左双引号 |
148 | 224 | 94 | 10010100 | ” | ” | 右双引号 |
149 | 225 | 95 | 10010101 | • | • | |
150 | 226 | 96 | 10010110 | – | – | 半长破折号 |
151 | 227 | 97 | 10010111 | — | — | 全长破折号 |
152 | 230 | 98 | 10011000 | ˜ | ˜ | 小波浪线 |
153 | 231 | 99 | 10011001 | ™ | ™ | |
154 | 232 | 9A | 10011010 | š | š |
带弯音号的
拉丁小写字母 s |
155 | 233 | 9B | 10011011 | › | › | 右单书名号 |
156 | 234 | 9C | 10011100 | œ | œ | 拉丁小写组合 oe |
157 | 235 | 9D | 10011101 | |||
158 | 236 | 9E | 10011110 | ž | ž |
带弯音号的
拉丁小写字母 z |
159 | 237 | 9F | 10011111 | Ÿ | Ÿ |
带弯音号的
拉丁大写字母 Y |
160 | 240 | A0 | 10100000 |   | ||
161 | 241 | A1 | 10100001 | ¡ | ¡ | 反向感叹号 |
162 | 242 | A2 | 10100010 | ¢ | ¢ | 分币符号 |
163 | 243 | A3 | 10100011 | £ | £ | 英磅符号 |
164 | 244 | A4 | 10100100 | ¤ | ¤ | |
165 | 245 | A5 | 10100101 | ¥ | ¥ | 人民币符号 |
166 | 246 | A6 | 10100110 | ¦ | ¦ | |
167 | 247 | A7 | 10100111 | § | § | 章节符号 |
168 | 250 | A8 | 10101000 | ¨ | ¨ | 通用货币符号 |
169 | 251 | A9 | 10101001 | © | © | 版权符号 |
170 | 252 | AA | 10101010 | ª | ª |
阴性顺序
指示符号 |
171 | 253 | AB | 10101011 | « | « | 左角引号 |
172 | 254 | AC | 10101100 | ¬ | ¬ | |
173 | 255 | AD | 10101101 | | ­ | |
174 | 256 | AE | 10101110 | ® | ® | |
175 | 257 | AF | 10101111 | ¯ | ¯ | |
176 | 260 | B0 | 10110000 | ° | ° | 温度符号 |
177 | 261 | B1 | 10110001 | ± | ± | 加/减号 |
178 | 262 | B2 | 10110010 | ² | ² | 上标 2 |
179 | 263 | B3 | 10110011 | ³ | ³ | 上标 3 |
180 | 264 | B4 | 10110100 | ´ | ´ | |
181 | 265 | B5 | 10110101 | µ | µ | 微符号 |
182 | 266 | B6 | 10110110 | ¶ | ¶ |
段落符号,
pilcrow |
183 | 267 | B7 | 10110111 | · | · | 中点 |
184 | 270 | B8 | 10111000 | ¸ | ¸ | |
185 | 271 | B9 | 10111001 | ¹ | ¹ | 上标 1 |
186 | 272 | BA | 10111010 | º | º |
阳性顺序
指示符 |
187 | 273 | BB | 10111011 | » | » | 右角引号 |
188 | 274 | BC | 10111100 | ¼ | ¼ | 分数四分之一 |
189 | 275 | BD | 10111101 | ½ | ½ | 分数二分之一 |
190 | 276 | BE | 10111110 | ¾ | ¾ | |
191 | 277 | BF | 10111111 | ¿ | ¿ | 反向问号 |
192 | 300 | C0 | 11000000 | À | À |
带重音符
的大写字母 A |
193 | 301 | C1 | 11000001 | Á | Á |
带尖锐重音
的大写字母 A |
194 | 302 | C2 | 11000010 | Â | Â |
带音调符号
的大写字母 A |
195 | 303 | C3 | 11000011 | Ã | Ã |
带代字号
的大写字母 A |
196 | 304 | C4 | 11000100 | Ä | Ä |
带元音变音
(分音符号) 的大写字母 A |
197 | 305 | C5 | 11000101 | Å | Å |
带铃声
的大写字母 A |
198 | 306 | C6 | 11000110 | Æ | Æ |
大写字母 AE
双重元音 |
199 | 307 | C7 | 11000111 | Ç | Ç |
带变音符号
的大写字母 C |
200 | 310 | C8 | 11001000 | È | È |
带重音符
的大写字母 E |
201 | 311 | C9 | 11001001 | É | É |
带尖锐重音
的大写字母 E |
202 | 312 | CA | 11001010 | Ê | Ê |
带音调符号
的大写字母 E |
203 | 313 | CB | 11001011 | Ë | Ë |
带元音变音
(分音符号) 的大写字母 E |
204 | 314 | CC | 11001100 | Ì | Ì |
带重音符
的大写字母 I |
205 | 315 | CD | 11001101 | Í | Í |
带尖锐重音
的大写字母 I |
206 | 316 | CE | 11001110 | Î | Î |
带音调符号
的大写字母 I |
207 | 317 | CF | 11001111 | Ï | Ï |
带元音变音
(分音符号) 的大写字母 I |
208 | 320 | D0 | 11010000 | Ð | Ð | |
209 | 321 | D1 | 11010001 | Ñ | Ñ |
带代字号
的大写字母 N |
210 | 322 | D2 | 11010010 | Ò | Ò |
带重音符
的大写字母 O |
211 | 323 | D3 | 11010011 | Ó | Ó |
带尖锐重音
的大写字母 O |
212 | 324 | D4 | 11010100 | Ô | Ô |
带音调符号
的大写字母 O |
213 | 325 | D5 | 11010101 | Õ | Õ |
带代字号
的大写字母 O |
214 | 326 | D6 | 11010110 | Ö | Ö |
带元音变音
(分音符号) 的大写字母 O |
215 | 327 | D7 | 11010111 | × | × |
大写字母
OE 连字 |
216 | 330 | D8 | 11011000 | Ø | Ø |
带斜杠
的大写字母 O |
217 | 331 | D9 | 11011001 | Ù | Ù |
带重音符
的大写字母 U |
218 | 332 | DA | 11011010 | Ú | Ú |
带尖锐重音
的大写字母 U |
219 | 333 | DB | 11011011 | Û | Û |
带音调符号
的大写字母 U |
220 | 334 | DC | 11011100 | Ü | Ü |
带元音变音
(分音符号) 的大写字母 U |
221 | 335 | DD | 11011101 | Ý | Ý |
带元音变音
(分音符号) 的大写字母 Y |
222 | 336 | DE | 11011110 | Þ | Þ | |
223 | 337 | DF | 11011111 | ß | ß |
德语高调
小写字母 s |
224 | 340 | E0 | 11100000 | à | à |
带重音符
的小写字母 a |
225 | 341 | E1 | 11100001 | á | á |
带尖锐重音
的小写字母 a |
226 | 342 | E2 | 11100010 | â | â |
带音调符号
的小写字母 a |
227 | 343 | E3 | 11100011 | ã | ã |
带代字号
的小写字母 a |
228 | 344 | E4 | 11100100 | ä | ä |
带元音变音
(分音符号) 的小写字母 a |
229 | 345 | E5 | 11100101 | å | å |
带铃声的
小写字母 a |
230 | 346 | E6 | 11100110 | æ | æ |
小写字母 ae
双重元音 |
231 | 347 | E7 | 11100111 | ç | ç |
带变音符号
的小写字母 c |
232 | 350 | E8 | 11101000 | è | è |
带重音符
的小写字母 e |
233 | 351 | E9 | 11101001 | é | é |
带尖锐重音
的小写字母 e |
234 | 352 | EA | 11101010 | ê | ê |
带音调符号
的小写字母 e |
235 | 353 | EB | 11101011 | ë | ë |
带元音变音
(分音符号) 的小写字母 e |
236 | 354 | EC | 11101100 | ì | ì |
带重音符
的小写字母 i |
237 | 355 | ED | 11101101 | í | í |
带尖锐重音
的小写字母 i |
238 | 356 | EE | 11101110 | î | î |
带音调符号
的小写字母 i |
239 | 357 | EF | 11101111 | ï | ï |
带元音变音
(分音符号) 的小写字母 i |
240 | 360 | F0 | 11110000 | ð | ð | |
241 | 361 | F1 | 11110001 | ñ | ñ |
带代字号
的小写字母 n |
242 | 362 | F2 | 11110010 | ò | ò |
带重音符
的小写字母 o |
243 | 363 | F3 | 11110011 | ó | ó |
带尖锐重音
的小写字母 o |
244 | 364 | F4 | 11110100 | ô | ô |
带音调符号
的小写字母 o |
245 | 365 | F5 | 11110101 | õ | õ |
带代字号
的小写字母 o |
246 | 366 | F6 | 11110110 | ö | ö |
带元音变音
(分音符号) 的小写字母 o |
247 | 367 | F7 | 11110111 | ÷ | ÷ |
小写字母 oe
连字 |
248 | 370 | F8 | 11111000 | ø | ø |
带斜杠
的小写字母 o |
249 | 371 | F9 | 11111001 | ù | ù |
带重音符
的小写字母 u |
250 | 372 | FA | 11111010 | ú | ú |
带尖锐重音
的小写字母 u |
251 | 373 | FB | 11111011 | û | û |
带音调符号
的小写字母 u |
252 | 374 | FC | 11111100 | ü | ü |
带元音变音
(分音符号) 的小写字母 u |
253 | 375 | FD | 11111101 | ý | ý |
带元音变音
(分音符号) 的小写字母 y2 |
254 | 376 | FE | 11111110 | þ | þ | |
255 | 377 | FF | 11111111 | ÿ | ÿ |
American Standard Code for Information Interchange (ASCII), (...) is a character encoding based on the English alphabet. (...)
It currently defines codes for 128 characters: 33 are non-printing, mostly obsolete control characters that affect how text is processed, and 95 are printable characters. --Quote from Wikipedia (
http://en.wikipedia.org/wiki/Ascii
)
ASCII reserves the first 32 codes (numbers 0-31 decimal) for control characters: codes originally intended not to carry printable information, but rather to control devices (such as printers) that make use of ASCII, or to provide meta-information about data streams such as those stored on magnetic tape. --Quote from Wikipedia ( http://en.wikipedia.org/wiki/Ascii )
CHAR | BIN | OCT | DEC | HEX | HTML Number | HTML Name | DESCRIPTION |
[NUL] | 00000000 | 000 | 0 | 00 | � | null character | |
[SOH] | 00000001 | 001 | 1 | 01 |  | start of heading | |
[STX] | 00000010 | 002 | 2 | 02 |  | start of text | |
[ETX] | 00000011 | 003 | 3 | 03 |  | end of text | |
[EOT] | 00000100 | 004 | 4 | 04 |  | end of transmission | |
[ENQ] | 00000101 | 005 | 5 | 05 |  | enquiry | |
[ACK] | 00000110 | 006 | 6 | 06 |  | acknowledgment | |
[BEL] | 00000111 | 007 | 7 | 07 |  | audible bell | |
[BS] | 00001000 | 010 | 8 | 08 |  | back space | |
[HT] | 00001001 | 011 | 9 | 09 | 	 | horizontal tab | |
[LF] | 00001010 | 012 | 10 | 0A | 
 | line feed | |
[VT] | 00001011 | 013 | 11 | 0B |  | vertical tab | |
[FF] | 00001100 | 014 | 12 | 0C |  | form feed | |
[CR] | 00001101 | 015 | 13 | 0D | 
 | carriage return | |
[SO] | 00001110 | 016 | 14 | 0E |  | shift out | |
[SI] | 00001111 | 017 | 15 | 0F |  | shift in | |
[DLE] | 00010000 | 020 | 16 | 10 |  | data link escape | |
[DC1] | 00010001 | 021 | 17 | 11 |  | device control 1 | |
[DC2] | 00010010 | 022 | 18 | 12 |  | device control 2 | |
[DC3] | 00010011 | 023 | 19 | 13 |  | device control 3 | |
[DC4] | 00010100 | 024 | 20 | 14 |  | device control 4 | |
[NAK] | 00010101 | 025 | 21 | 15 |  | negative acknowledge | |
[SYN] | 00010110 | 026 | 22 | 16 |  | synchronous idle | |
[ETB] | 00010111 | 027 | 23 | 17 |  | end of transmit block | |
[CAN] | 00011000 | 030 | 24 | 18 |  | cancel | |
[EM] | 00011001 | 031 | 25 | 19 |  | end of medium | |
[SUB] | 00011010 | 032 | 26 | 1A |  | substitution | |
[ESC] | 00011011 | 033 | 27 | 1B |  | escape | |
[FS] | 00011100 | 034 | 28 | 1C |  | file separator | |
[GS] | 00011101 | 035 | 29 | 1D |  | group separator | |
[RS] | 00011110 | 036 | 30 | 1E |  | record separator | |
[US] | 00011111 | 037 | 31 | 1F |  | unit separator |
Code 32, the "space" character, denotes the space between words, as produced by the space-bar of a keyboard. Codes 33 to 126, known as the printable characters, represent letters, digits, punctuation marks, and a few miscellaneous symbols. --Quote from Wikipedia ( http://en.wikipedia.org/wiki/Ascii )
CHAR | BIN | OCT | DEC | HEX | HTML Number | HTML Name | DESCRIPTION |
00100000 | 040 | 32 | 20 |   | space | ||
! | 00100001 | 041 | 33 | 21 | ! | exclamation mark | |
" | 00100010 | 042 | 34 | 22 | " | " | double quotes |
# | 00100011 | 043 | 35 | 23 | # | number sign | |
$ | 00100100 | 044 | 36 | 24 | $ | dollar sign | |
% | 00100101 | 045 | 37 | 25 | % | percent sign | |
& | 00100110 | 046 | 38 | 26 | & | & | ampersand |
' | 00100111 | 047 | 39 | 27 | ' | single quote | |
( | 00101000 | 050 | 40 | 28 | ( | opening parenthesis | |
) | 00101001 | 051 | 41 | 29 | ) | closing parenthesis | |
* | 00101010 | 052 | 42 | 2A | * | asterisk | |
+ | 00101011 | 053 | 43 | 2B | + | plus sign | |
, | 00101100 | 054 | 44 | 2C | , | comma | |
- | 00101101 | 055 | 45 | 2D | - | minus sign, hyphen | |
. | 00101110 | 056 | 46 | 2E | . | period, dot | |
/ | 00101111 | 057 | 47 | 2F | / | division sign, slash | |
0 | 00110000 | 060 | 48 | 30 | 0 | zero | |
1 | 00110001 | 061 | 49 | 31 | 1 | one | |
2 | 00110010 | 062 | 50 | 32 | 2 | two | |
3 | 00110011 | 063 | 51 | 33 | 3 | three | |
4 | 00110100 | 064 | 52 | 34 | 4 | four | |
5 | 00110101 | 065 | 53 | 35 | 5 | five | |
6 | 00110110 | 066 | 54 | 36 | 6 | six | |
7 | 00110111 | 067 | 55 | 37 | 7 | seven | |
8 | 00111000 | 070 | 56 | 38 | 8 | eight | |
9 | 00111001 | 071 | 57 | 39 | 9 | nine | |
: | 00111010 | 072 | 58 | 3A | : | colon | |
; | 00111011 | 073 | 59 | 3B | ; | semicolon | |
< | 00111100 | 074 | 60 | 3C | < | < | less than sign |
= | 00111101 | 075 | 61 | 3D | = | equal sign | |
> | 00111110 | 076 | 62 | 3E | > | > | greater than sign |
? | 00111111 | 077 | 63 | 3F | ? | question mark | |
@ | 01000000 | 100 | 64 | 40 | @ | at symbol | |
A | 01000001 | 101 | 65 | 41 | A | capital letter a | |
B | 01000010 | 102 | 66 | 42 | B | capital letter b | |
C | 01000011 | 103 | 67 | 43 | C | capital letter c | |
D | 01000100 | 104 | 68 | 44 | D | capital letter d | |
E | 01000101 | 105 | 69 | 45 | E | capital letter e | |
F | 01000110 | 106 | 70 | 46 | F | capital letter f | |
G | 01000111 | 107 | 71 | 47 | G | capital letter g | |
H | 01001000 | 110 | 72 | 48 | H | capital letter h | |
I | 01001001 | 111 | 73 | 49 | I | capital letter i | |
J | 01001010 | 112 | 74 | 4A | J | capital letter j | |
K | 01001011 | 113 | 75 | 4B | K | capital letter k | |
L | 01001100 | 114 | 76 | 4C | L | capital letter l | |
M | 01001101 | 115 | 77 | 4D | M | capital letter m | |
N | 01001110 | 116 | 78 | 4E | N | capital letter n | |
O | 01001111 | 117 | 79 | 4F | O | capital letter o | |
P | 01010000 | 120 | 80 | 50 | P | capital letter p | |
Q | 01010001 | 121 | 81 | 51 | Q | capital letter q | |
R | 01010010 | 122 | 82 | 52 | R | capital letter r | |
S | 01010011 | 123 | 83 | 53 | S | capital letter s | |
T | 01010100 | 124 | 84 | 54 | T | capital letter t | |
U | 01010101 | 125 | 85 | 55 | U | capital letter u | |
V | 01010110 | 126 | 86 | 56 | V | capital letter v | |
W | 01010111 | 127 | 87 | 57 | W | capital letter w | |
X | 01011000 | 130 | 88 | 58 | X | capital letter x | |
Y | 01011001 | 131 | 89 | 59 | Y | capital letter y | |
Z | 01011010 | 132 | 90 | 5A | Z | capital letter z | |
[ | 01011011 | 133 | 91 | 5B | [ | opening bracket | |
\ | 01011100 | 134 | 92 | 5C | \ | backslash | |
] | 01011101 | 135 | 93 | 5D | ] | closing bracket | |
^ | 01011110 | 136 | 94 | 5E | ^ | caret - circumflex | |
_ | 01011111 | 137 | 95 | 5F | _ | underscore | |
` | 01100000 | 140 | 96 | 60 | ` | grave accent | |
a | 01100001 | 141 | 97 | 61 | a | small letter a | |
b | 01100010 | 142 | 98 | 62 | b | small letter b | |
c | 01100011 | 143 | 99 | 63 | c | small letter c | |
d | 01100100 | 144 | 100 | 64 | d | small letter d | |
e | 01100101 | 145 | 101 | 65 | e | small letter e | |
f | 01100110 | 146 | 102 | 66 | f | small letter f | |
g | 01100111 | 147 | 103 | 67 | g | small letter g | |
h | 01101000 | 150 | 104 | 68 | h | small letter h | |
i | 01101001 | 151 | 105 | 69 | i | small letter i | |
j | 01101010 | 152 | 106 | 6A | j | small letter j | |
k | 01101011 | 153 | 107 | 6B | k | small letter k | |
l | 01101100 | 154 | 108 | 6C | l | small letter l | |
m | 01101101 | 155 | 109 | 6D | m | small letter m | |
n | 01101110 | 156 | 110 | 6E | n | small letter n | |
o | 01101111 | 157 | 111 | 6F | o | small letter o | |
p | 01110000 | 160 | 112 | 70 | p | small letter p | |
q | 01110001 | 161 | 113 | 71 | q | small letter q | |
r | 01110010 | 162 | 114 | 72 | r | small letter r | |
s | 01110011 | 163 | 115 | 73 | s | small letter s | |
t | 01110100 | 164 | 116 | 74 | t | small letter t | |
u | 01110101 | 165 | 117 | 75 | u | small letter u | |
v | 01110110 | 166 | 118 | 76 | v | small letter v | |
w | 01110111 | 167 | 119 | 77 | w | small letter w | |
x | 01111000 | 170 | 120 | 78 | x | small letter x | |
y | 01111001 | 171 | 121 | 79 | y | small letter y | |
z | 01111010 | 172 | 122 | 7A | z | small letter z | |
{ | 01111011 | 173 | 123 | 7B | { | opening brace | |
| | 01111100 | 174 | 124 | 7C | | | vertical bar | |
} | 01111101 | 175 | 125 | 7D | } | closing brace | |
~ | 01111110 | 176 | 126 | 7E | ~ | equivalency sign, tilde | |
[DEL] | 01111111 | 177 | 127 | 7F |  | delete |
The term extended ASCII (or high ASCII) describes eight-bit or larger character encodings that include the standard seven-bit ASCII characters as well as others. --Quote from Wikipedia ( http://en.wikipedia.org/wiki/Extended_ASCII )
CHAR | BIN | OCT | DEC | HEX | HTML Number | HTML Name | DESCRIPTION |
€ | 10000000 | 200 | 128 | 80 | € | € | euro sign |
(n/a) | 10000001 | 201 | 129 | 81 | |||
‚ | 10000010 | 202 | 130 | 82 | ‚ | ‚ | single low-9 quotation mark |
ƒ | 10000011 | 203 | 131 | 83 | ƒ | ƒ | latin small letter f with hook |
„ | 10000100 | 204 | 132 | 84 | „ | „ | double low-9 quotation mark |
… | 10000101 | 205 | 133 | 85 | … | … | horizontal ellipsis |
† | 10000110 | 206 | 134 | 86 | † | † | dagger |
‡ | 10000111 | 207 | 135 | 87 | ‡ | ‡ | double dagger |
ˆ | 10001000 | 210 | 136 | 88 | ˆ | ˆ | modifier letter circumflex accent |
‰ | 10001001 | 211 | 137 | 89 | ‰ | ‰ | per mille sign |
Š | 10001010 | 212 | 138 | 8A | Š | Š | latin capital letter s with caron |
‹ | 10001011 | 213 | 139 | 8B | ‹ | ‹ | single left-pointing angle quotation |
Œ | 10001100 | 214 | 140 | 8C | Œ | Œ | latin capital ligature oe |
(n/a) | 10001101 | 215 | 141 | 8D | |||
Ž | 10001110 | 216 | 142 | 8E | Ž | latin captial letter z with caron | |
(n/a) | 10001111 | 217 | 143 | 8F | |||
(n/a) | 10010000 | 220 | 144 | 90 | |||
‘ | 10010001 | 221 | 145 | 91 | ‘ | ‘ | left single quotation mark |
’ | 10010010 | 222 | 146 | 92 | ’ | ’ | right single quotation mark |
“ | 10010011 | 223 | 147 | 93 | “ | “ | left double quotation mark |
” | 10010100 | 224 | 148 | 94 | ” | ” | right double quotation mark |
• | 10010101 | 225 | 149 | 95 | • | • | bullet |
– | 10010110 | 226 | 150 | 96 | – | – | en dash |
— | 10010111 | 227 | 151 | 97 | — | — | em dash |
˜ | 10011000 | 230 | 152 | 98 | ˜ | ˜ | small tilde |
™ | 10011001 | 231 | 153 | 99 | ™ | ™ | trade mark sign |
š | 10011010 | 232 | 154 | 9A | š | š | latin small letter s with caron |
› | 10011011 | 233 | 155 | 9B | › | › | single right-pointing angle quotation mark |
œ | 10011100 | 234 | 156 | 9C | œ | œ | latin small ligature oe |
(n/a) | 10011101 | 235 | 157 | 9D | |||
ž | 10011110 | 236 | 158 | 9E | ž | latin small letter z with caron | |
Ÿ | 10011111 | 237 | 159 | 9F | Ÿ | ÿ | latin capital letter y with diaeresis |
10100000 | 240 | 160 | A0 |   | | non-breaking space | |
¡ | 10100001 | 241 | 161 | A1 | ¡ | ¡ | inverted exclamation mark |
¢ | 10100010 | 242 | 162 | A2 | ¢ | ¢ | cent sign |
£ | 10100011 | 243 | 163 | A3 | £ | £ | pound sign |
¤ | 10100100 | 244 | 164 | A4 | ¤ | ¤ | currency sign |
¥ | 10100101 | 245 | 165 | A5 | ¥ | ¥ | yen sign |
¦ | 10100110 | 246 | 166 | A6 | ¦ | ¦ | pipe, broken vertical bar |
§ | 10100111 | 247 | 167 | A7 | § | § | section sign |
¨ | 10101000 | 250 | 168 | A8 | ¨ | ¨ | spacing diaeresis - umlaut |
© | 10101001 | 251 | 169 | A9 | © | © | copyright sign |
ª | 10101010 | 252 | 170 | AA | ª | ª | feminine ordinal indicator |
« | 10101011 | 253 | 171 | AB | « | « | left double angle quotes |
¬ | 10101100 | 254 | 172 | AC | ¬ | ¬ | not sign |
| 10101101 | 255 | 173 | AD | ­ | ­ | soft hyphen |
® | 10101110 | 256 | 174 | AE | ® | ® | registered trade mark sign |
¯ | 10101111 | 257 | 175 | AF | ¯ | ¯ | spacing macron - overline |
° | 10110000 | 260 | 176 | B0 | ° | ° | degree sign |
± | 10110001 | 261 | 177 | B1 | ± | ± | plus-or-minus sign |
² | 10110010 | 262 | 178 | B2 | ² | ² | superscript two - squared |
³ | 10110011 | 263 | 179 | B3 | ³ | ³ | superscript three - cubed |
´ | 10110100 | 264 | 180 | B4 | ´ | ´ | acute accent - spacing acute |
µ | 10110101 | 265 | 181 | B5 | µ | µ | micro sign |
¶ | 10110110 | 266 | 182 | B6 | ¶ | ¶ | pilcrow sign - paragraph sign |
· | 10110111 | 267 | 183 | B7 | · | · | middle dot - georgian comma |
¸ | 10111000 | 270 | 184 | B8 | ¸ | ¸ | spacing cedilla |
¹ | 10111001 | 271 | 185 | B9 | ¹ | ¹ | superscript one |
º | 10111010 | 272 | 186 | BA | º | º | masculine ordinal indicator |
» | 10111011 | 273 | 187 | BB | » | » | right double angle quotes |
¼ | 10111100 | 274 | 188 | BC | ¼ | ¼ | fraction one quarter |
½ | 10111101 | 275 | 189 | BD | ½ | ½ | fraction one half |
¾ | 10111110 | 276 | 190 | BE | ¾ | ¾ | fraction three quarters |
¿ | 10111111 | 277 | 191 | BF | ¿ | ¿ | inverted question mark |
CHAR | BIN | OCT | DEC | HEX | HTML Number | HTML Name | DESCRIPTION |
À | 11000000 | 300 | 192 | C0 | À | À | latin capital letter a with grave |
Á | 11000001 | 301 | 193 | C1 | Á | Á | latin capital letter a with acute |
 | 11000010 | 302 | 194 | C2 |  |  | latin capital letter a with circumflex |
à | 11000011 | 303 | 195 | C3 | à | à | latin capital letter a with tilde |
Ä | 11000100 | 304 | 196 | C4 | Ä | Ä | latin capital letter a with diaeresis |
Å | 11000101 | 305 | 197 | C5 | Å | Å | latin capital letter a with ring above |
Æ | 11000110 | 306 | 198 | C6 | Æ | Æ | latin capital letter ae |
Ç | 11000111 | 307 | 199 | C7 | Ç | Ç | latin capital letter c with cedilla |
È | 11001000 | 310 | 200 | C8 | È | È | latin capital letter e with grave |
É | 11001001 | 311 | 201 | C9 | É | É | latin capital letter e with acute |
Ê | 11001010 | 312 | 202 | CA | Ê | Ê | latin capital letter e with circumflex |
Ë | 11001011 | 313 | 203 | CB | Ë | Ë | latin capital letter e with diaeresis |
Ì | 11001100 | 314 | 204 | CC | Ì | Ì | latin capital letter i with grave |
Í | 11001101 | 315 | 205 | CD | Í | Í | latin capital letter i with acute |
Î | 11001110 | 316 | 206 | CE | Î | Î | latin capital letter i with circumflex |
Ï | 11001111 | 317 | 207 | CF | Ï | Ï | latin capital letter i with diaeresis |
Ð | 11010000 | 320 | 208 | D0 | Ð | Ð | latin capital letter eth |
Ñ | 11010001 | 321 | 209 | D1 | Ñ | Ñ | latin capital letter n with tilde |
Ò | 11010010 | 322 | 210 | D2 | Ò | Ò | latin capital letter o with grave |
Ó | 11010011 | 323 | 211 | D3 | Ó | Ó | latin capital letter o with acute |
Ô | 11010100 | 324 | 212 | D4 | Ô | Ô | latin capital letter o with circumflex |
Õ | 11010101 | 325 | 213 | D5 | Õ | Õ | latin capital letter o with tilde |
Ö | 11010110 | 326 | 214 | D6 | Ö | Ö | latin capital letter o with diaeresis |
× | 11010111 | 327 | 215 | D7 | × | × | multiplication sign |
Ø | 11011000 | 330 | 216 | D8 | Ø | Ø | latin capital letter o with slash |
Ù | 11011001 | 331 | 217 | D9 | Ù | Ù | latin capital letter u with grave |
Ú | 11011010 | 332 | 218 | DA | Ú | Ú | latin capital letter u with acute |
Û | 11011011 | 333 | 219 | DB | Û | Û | latin capital letter u with circumflex |
Ü | 11011100 | 334 | 220 | DC | Ü | Ü | latin capital letter u with diaeresis |
Ý | 11011101 | 335 | 221 | DD | Ý | Ý | latin capital letter y with acute |
Þ | 11011110 | 336 | 222 | DE | Þ | Þ | latin capital letter thorn |
ß | 11011111 | 337 | 223 | DF | ß | ß | latin small letter sharp s - ess-zed |
à | 11100000 | 340 | 224 | E0 | à | à | latin small letter a with grave |
á | 11100001 | 341 | 225 | E1 | á | á | latin small letter a with acute |
â | 11100010 | 342 | 226 | E2 | â | â | latin small letter a with circumflex |
ã | 11100011 | 343 | 227 | E3 | ã | ã | latin small letter a with tilde |
ä | 11100100 | 344 | 228 | E4 | ä | ä | latin small letter a with diaeresis |
å | 11100101 | 345 | 229 | E5 | å | å | latin small letter a with ring above |
æ | 11100110 | 346 | 230 | E6 | æ | æ | latin small letter ae |
ç | 11100111 | 347 | 231 | E7 | ç | ç | latin small letter c with cedilla |
è | 11101000 | 350 | 232 | E8 | è | è | latin small letter e with grave |
é | 11101001 | 351 | 233 | E9 | é | é | latin small letter e with acute |
ê | 11101010 | 352 | 234 | EA | ê | ê | latin small letter e with circumflex |
ë | 11101011 | 353 | 235 | EB | ë | ë | latin small letter e with diaeresis |
ì | 11101100 | 354 | 236 | EC | ì | ì | latin small letter i with grave |
í | 11101101 | 355 | 237 | ED | í | í | latin small letter i with acute |
î | 11101110 | 356 | 238 | EE | î | î | latin small letter i with circumflex |
ï | 11101111 | 357 | 239 | EF | ï | ï | latin small letter i with diaeresis |
ð | 11110000 | 360 | 240 | F0 | ð | ð | latin small letter eth |
ñ | 11110001 | 361 | 241 | F1 | ñ | ñ | latin small letter n with tilde |
ò | 11110010 | 362 | 242 | F2 | ò | ò | latin small letter o with grave |
ó | 11110011 | 363 | 243 | F3 | ó | ó | latin small letter o with acute |
ô | 11110100 | 364 | 244 | F4 | ô | ô | latin small letter o with circumflex |
õ | 11110101 | 365 | 245 | F5 | õ | õ | latin small letter o with tilde |
ö | 11110110 | 366 | 246 | F6 | ö | ö | latin small letter o with diaeresis |
÷ | 11110111 | 367 | 247 | F7 | ÷ | ÷ | division sign |
ø | 11111000 | 370 | 248 | F8 | ø | ø | latin small letter o with slash |
ù | 11111001 | 371 | 249 | F9 | ù | ù | latin small letter u with grave |
ú | 11111010 | 372 | 250 | FA | ú | ú | latin small letter u with acute |
û | 11111011 | 373 | 251 | FB | û | û | latin small letter u with circumflex |
ü | 11111100 | 374 | 252 | FC | ü | ü | latin small letter u with diaeresis |
ý | 11111101 | 375 | 253 | FD | ý | ý | latin small letter y with acute |
þ | 11111110 | 376 | 254 | FE | þ | þ | latin small letter thorn |
ÿ | 11111111 | 377 | 255 | FF | ÿ | ÿ | latin small letter y with diaeresis |
如果你觉得该方法或代码有一点点用处,可以给作者点个赞,赏杯咖啡;╮( ̄▽ ̄)╭
如果你感觉方法或代码不咋地//(ㄒoㄒ)//,就在评论处留言,作者继续改进。o_O???
谢谢各位童鞋们啦( ´ ▽ ` )ノ ( ´ ▽ ` )っ!!!
"六十年来狼藉,东壁打倒西壁。于今收拾归去,依然水连天碧。"