EasyDebug.NET

ASCII 码表

0–127 全量加常用扩展字符,含十六进制与 HTML 实体

共 185 个字符

0·NUL

hex: 0x00oct: 0o000bin: 00000000

空字符

1·SOH

hex: 0x01oct: 0o001bin: 00000001

标题开始

2·STX

hex: 0x02oct: 0o002bin: 00000010

正文开始

3·ETX

hex: 0x03oct: 0o003bin: 00000011

正文结束

4·EOT

hex: 0x04oct: 0o004bin: 00000100

传输结束

5·ENQ

hex: 0x05oct: 0o005bin: 00000101

询问

6·ACK

hex: 0x06oct: 0o006bin: 00000110

确认应答

7·BEL

hex: 0x07oct: 0o007bin: 00000111

响铃

8·BS

hex: 0x08oct: 0o010bin: 00001000

退格

9·HT

hex: 0x09oct: 0o011bin: 00001001

水平制表符,等价于 Tab 键

10·LF

hex: 0x0Aoct: 0o012bin: 00001010

换行符,Unix 换行

11·VT

hex: 0x0Boct: 0o013bin: 00001011

垂直制表符

12·FF

hex: 0x0Coct: 0o014bin: 00001100

换页符

13·CR

hex: 0x0Doct: 0o015bin: 00001101

回车,Windows 换行是 CRLF

14·SO

hex: 0x0Eoct: 0o016bin: 00001110

移出(切换字符集)

15·SI

hex: 0x0Foct: 0o017bin: 00001111

移入(切换字符集)

16·DLE

hex: 0x10oct: 0o020bin: 00010000

数据链路转义

17·DC1

hex: 0x11oct: 0o021bin: 00010001

设备控制 1

18·DC2

hex: 0x12oct: 0o022bin: 00010010

设备控制 2

19·DC3

hex: 0x13oct: 0o023bin: 00010011

设备控制 3

20·DC4

hex: 0x14oct: 0o024bin: 00010100

设备控制 4

21·NAK

hex: 0x15oct: 0o025bin: 00010101

否定应答

22·SYN

hex: 0x16oct: 0o026bin: 00010110

同步空闲

23·ETB

hex: 0x17oct: 0o027bin: 00010111

传输块结束

24·CAN

hex: 0x18oct: 0o030bin: 00011000

取消

25·EM

hex: 0x19oct: 0o031bin: 00011001

介质结束

26·SUB

hex: 0x1Aoct: 0o032bin: 00011010

替换字符

27·ESC

hex: 0x1Boct: 0o033bin: 00011011

转义符,ANSI 转义序列的开头

28·FS

hex: 0x1Coct: 0o034bin: 00011100

文件分隔符

29·GS

hex: 0x1Doct: 0o035bin: 00011101

分组分隔符

30·RS

hex: 0x1Eoct: 0o036bin: 00011110

记录分隔符

31·US

hex: 0x1Foct: 0o037bin: 00011111

单元分隔符

127·DEL

hex: 0x7Foct: 0o177bin: 01111111

删除

32 Space

hex: 0x20oct: 0o040bin: 00100000

空格

33!Exclamation mark

hex: 0x21oct: 0o041bin: 00100001

感叹号

34"Quotation mark

hex: 0x22oct: 0o042bin: 00100010

双引号

35#Number sign

hex: 0x23oct: 0o043bin: 00100011

井号,也叫 Hash

36$Dollar sign

hex: 0x24oct: 0o044bin: 00100100

美元符号

37%Percent sign

hex: 0x25oct: 0o045bin: 00100101

百分号

38&Ampersand

hex: 0x26oct: 0o046bin: 00100110

和号,URL 里需转义为实体

39'Apostrophe

hex: 0x27oct: 0o047bin: 00100111

单引号

40(Left parenthesis

hex: 0x28oct: 0o050bin: 00101000

左圆括号

41)Right parenthesis

hex: 0x29oct: 0o051bin: 00101001

右圆括号

42*Asterisk

hex: 0x2Aoct: 0o052bin: 00101010

星号,通配符

43+Plus sign

hex: 0x2Boct: 0o053bin: 00101011

加号

44,Comma

hex: 0x2Coct: 0o054bin: 00101100

逗号

45-Hyphen-minus

hex: 0x2Doct: 0o055bin: 00101101

连字符 / 减号

46.Full stop

hex: 0x2Eoct: 0o056bin: 00101110

点号,正则里表示任意字符

47/Slash

hex: 0x2Foct: 0o057bin: 00101111

斜杠,URL 分隔符

480Digit 0

hex: 0x30oct: 0o060bin: 00110000

数字 0

491Digit 1

hex: 0x31oct: 0o061bin: 00110001

数字 1

502Digit 2

hex: 0x32oct: 0o062bin: 00110010

数字 2

513Digit 3

hex: 0x33oct: 0o063bin: 00110011

数字 3

524Digit 4

hex: 0x34oct: 0o064bin: 00110100

数字 4

535Digit 5

hex: 0x35oct: 0o065bin: 00110101

数字 5

546Digit 6

hex: 0x36oct: 0o066bin: 00110110

数字 6

557Digit 7

hex: 0x37oct: 0o067bin: 00110111

数字 7

568Digit 8

hex: 0x38oct: 0o070bin: 00111000

数字 8

579Digit 9

hex: 0x39oct: 0o071bin: 00111001

数字 9

58:Colon

hex: 0x3Aoct: 0o072bin: 00111010

冒号

59;Semicolon

hex: 0x3Boct: 0o073bin: 00111011

分号

60<Less-than

hex: 0x3Coct: 0o074bin: 00111100

小于号,HTML 里需转义

61=Equals sign

hex: 0x3Doct: 0o075bin: 00111101

等号

62>Greater-than

hex: 0x3Eoct: 0o076bin: 00111110

大于号

63?Question mark

hex: 0x3Foct: 0o077bin: 00111111

问号,URL 查询串起点

64@At sign

hex: 0x40oct: 0o100bin: 01000000

at 符号,邮箱与 i18n 文案转义坑

65AUppercase A

hex: 0x41oct: 0o101bin: 01000001

大写拉丁字母 A

66BUppercase B

hex: 0x42oct: 0o102bin: 01000010

大写拉丁字母 B

67CUppercase C

hex: 0x43oct: 0o103bin: 01000011

大写拉丁字母 C

68DUppercase D

hex: 0x44oct: 0o104bin: 01000100

大写拉丁字母 D

69EUppercase E

hex: 0x45oct: 0o105bin: 01000101

大写拉丁字母 E

70FUppercase F

hex: 0x46oct: 0o106bin: 01000110

大写拉丁字母 F

71GUppercase G

hex: 0x47oct: 0o107bin: 01000111

大写拉丁字母 G

72HUppercase H

hex: 0x48oct: 0o110bin: 01001000

大写拉丁字母 H

73IUppercase I

hex: 0x49oct: 0o111bin: 01001001

大写拉丁字母 I

74JUppercase J

hex: 0x4Aoct: 0o112bin: 01001010

大写拉丁字母 J

75KUppercase K

hex: 0x4Boct: 0o113bin: 01001011

大写拉丁字母 K

76LUppercase L

hex: 0x4Coct: 0o114bin: 01001100

大写拉丁字母 L

77MUppercase M

hex: 0x4Doct: 0o115bin: 01001101

大写拉丁字母 M

78NUppercase N

hex: 0x4Eoct: 0o116bin: 01001110

大写拉丁字母 N

79OUppercase O

hex: 0x4Foct: 0o117bin: 01001111

大写拉丁字母 O

80PUppercase P

hex: 0x50oct: 0o120bin: 01010000

大写拉丁字母 P

81QUppercase Q

hex: 0x51oct: 0o121bin: 01010001

大写拉丁字母 Q

82RUppercase R

hex: 0x52oct: 0o122bin: 01010010

大写拉丁字母 R

83SUppercase S

hex: 0x53oct: 0o123bin: 01010011

大写拉丁字母 S

84TUppercase T

hex: 0x54oct: 0o124bin: 01010100

大写拉丁字母 T

85UUppercase U

hex: 0x55oct: 0o125bin: 01010101

大写拉丁字母 U

86VUppercase V

hex: 0x56oct: 0o126bin: 01010110

大写拉丁字母 V

87WUppercase W

hex: 0x57oct: 0o127bin: 01010111

大写拉丁字母 W

88XUppercase X

hex: 0x58oct: 0o130bin: 01011000

大写拉丁字母 X

89YUppercase Y

hex: 0x59oct: 0o131bin: 01011001

大写拉丁字母 Y

90ZUppercase Z

hex: 0x5Aoct: 0o132bin: 01011010

大写拉丁字母 Z

91[Left square bracket

hex: 0x5Boct: 0o133bin: 01011011

左方括号

92\Backslash

hex: 0x5Coct: 0o134bin: 01011100

反斜杠,Windows 路径与正则转义

93]Right square bracket

hex: 0x5Doct: 0o135bin: 01011101

右方括号

94^Caret

hex: 0x5Eoct: 0o136bin: 01011110

脱字符,正则里表示行首

95_Underscore

hex: 0x5Foct: 0o137bin: 01011111

下划线

96`Grave accent

hex: 0x60oct: 0o140bin: 01100000

反引号,Shell 命令替换

97aLowercase a

hex: 0x61oct: 0o141bin: 01100001

小写拉丁字母 a

98bLowercase b

hex: 0x62oct: 0o142bin: 01100010

小写拉丁字母 b

99cLowercase c

hex: 0x63oct: 0o143bin: 01100011

小写拉丁字母 c

100dLowercase d

hex: 0x64oct: 0o144bin: 01100100

小写拉丁字母 d

101eLowercase e

hex: 0x65oct: 0o145bin: 01100101

小写拉丁字母 e

102fLowercase f

hex: 0x66oct: 0o146bin: 01100110

小写拉丁字母 f

103gLowercase g

hex: 0x67oct: 0o147bin: 01100111

小写拉丁字母 g

104hLowercase h

hex: 0x68oct: 0o150bin: 01101000

小写拉丁字母 h

105iLowercase i

hex: 0x69oct: 0o151bin: 01101001

小写拉丁字母 i

106jLowercase j

hex: 0x6Aoct: 0o152bin: 01101010

小写拉丁字母 j

107kLowercase k

hex: 0x6Boct: 0o153bin: 01101011

小写拉丁字母 k

108lLowercase l

hex: 0x6Coct: 0o154bin: 01101100

小写拉丁字母 l

109mLowercase m

hex: 0x6Doct: 0o155bin: 01101101

小写拉丁字母 m

110nLowercase n

hex: 0x6Eoct: 0o156bin: 01101110

小写拉丁字母 n

111oLowercase o

hex: 0x6Foct: 0o157bin: 01101111

小写拉丁字母 o

112pLowercase p

hex: 0x70oct: 0o160bin: 01110000

小写拉丁字母 p

113qLowercase q

hex: 0x71oct: 0o161bin: 01110001

小写拉丁字母 q

114rLowercase r

hex: 0x72oct: 0o162bin: 01110010

小写拉丁字母 r

115sLowercase s

hex: 0x73oct: 0o163bin: 01110011

小写拉丁字母 s

116tLowercase t

hex: 0x74oct: 0o164bin: 01110100

小写拉丁字母 t

117uLowercase u

hex: 0x75oct: 0o165bin: 01110101

小写拉丁字母 u

118vLowercase v

hex: 0x76oct: 0o166bin: 01110110

小写拉丁字母 v

119wLowercase w

hex: 0x77oct: 0o167bin: 01110111

小写拉丁字母 w

120xLowercase x

hex: 0x78oct: 0o170bin: 01111000

小写拉丁字母 x

121yLowercase y

hex: 0x79oct: 0o171bin: 01111001

小写拉丁字母 y

122zLowercase z

hex: 0x7Aoct: 0o172bin: 01111010

小写拉丁字母 z

123{Left curly brace

hex: 0x7Boct: 0o173bin: 01111011

左花括号,i18n 插值占位符

124|Vertical bar

hex: 0x7Coct: 0o174bin: 01111100

竖线,管道与正则或运算

125}Right curly brace

hex: 0x7Doct: 0o175bin: 01111101

右花括号

126~Tilde

hex: 0x7Eoct: 0o176bin: 01111110

波浪号,Home 目录缩写

160 No-break space

hex: 0xA0oct: 0o240bin: 10100000

不换行空格

163£Pound sign

hex: 0xA3oct: 0o243bin: 10100011

英镑符号

165¥Yen sign

hex: 0xA5oct: 0o245bin: 10100101

人民币 / 日元符号

167§Section sign

hex: 0xA7oct: 0o247bin: 10100111

章节符号

169©Copyright sign

hex: 0xA9oct: 0o251bin: 10101001

版权符号

174®Registered sign

hex: 0xAEoct: 0o256bin: 10101110

注册商标符号

176°Degree sign

hex: 0xB0oct: 0o260bin: 10110000

度数符号

177±Plus-minus sign

hex: 0xB1oct: 0o261bin: 10110001

正负号

181µMicro sign

hex: 0xB5oct: 0o265bin: 10110101

微符号

183·Middle dot

hex: 0xB7oct: 0o267bin: 10110111

间隔号

192ÀLatin capital A with grave

hex: 0xC0oct: 0o300bin: 11000000

A 带重音符(大写)

201ÉLatin capital E with acute

hex: 0xC9oct: 0o311bin: 11001001

E 带锐音符(大写)

214ÖLatin capital O with diaeresis

hex: 0xD6oct: 0o326bin: 11010110

O 带分音符(大写)

220ÜLatin capital U with diaeresis

hex: 0xDCoct: 0o334bin: 11011100

U 带分音符(大写)

223ßLatin small sharp s

hex: 0xDFoct: 0o337bin: 11011111

德语 ß 字母

233éLatin small e with acute

hex: 0xE9oct: 0o351bin: 11101001

e 带锐音符(小写)

241ñLatin small n with tilde

hex: 0xF1oct: 0o361bin: 11110001

n 带波浪符(小写)

12288 全角空格

hex: 0x3000

全角空格,中英混排对齐用

12290句号

hex: 0x3002

中文句号

12289顿号

hex: 0x3001

中文顿号,用于并列词语

65292全角逗号

hex: 0xFF0C

中文逗号

65307全角分号

hex: 0xFF1B

中文分号

65306全角冒号

hex: 0xFF1A

中文冒号

65311全角问号

hex: 0xFF1F

中文问号

65281全角感叹号

hex: 0xFF01

中文感叹号

65288全角左圆括号

hex: 0xFF08

中文左圆括号

65289全角右圆括号

hex: 0xFF09

中文右圆括号

12304左方头括号

hex: 0x3010

中文方头括号,用于提示或词条

12305右方头括号

hex: 0x3011

中文方头括号,用于提示或词条

12298左书名号

hex: 0x300A

中文书名号,用于书名与文件名

12299右书名号

hex: 0x300B

中文书名号,用于书名与文件名

12300左直角引号

hex: 0x300C

中文直角单引号,用于嵌套引用

12301右直角引号

hex: 0x300D

中文直角单引号,用于嵌套引用

12302左双直角引号

hex: 0x300E

中文直角双引号,标题里常用

12303右双直角引号

hex: 0x300F

中文直角双引号,标题里常用

8220左双弯引号

hex: 0x201C

中文左双引号

8221右双弯引号

hex: 0x201D

中文右双引号

8216左单弯引号

hex: 0x2018

中文左单引号

8217右单弯引号

hex: 0x2019

中文右单引号

8212长破折号

hex: 0x2014

中文破折号,占两个字宽

8230省略号

hex: 0x2026

中文省略号,占两个字宽

8776约等于

hex: 0x2248

约等于

8800不等于

hex: 0x2260

不等于

8804小于等于

hex: 0x2264

小于等于

8805大于等于

hex: 0x2265

大于等于

8730根号

hex: 0x221A

平方根

8734无穷大

hex: 0x221E

无穷大

8712属于

hex: 0x2208

属于(集合)

8721求和

hex: 0x2211

求和(大写西格玛)

960π希腊字母 π

hex: 0x3C0

圆周率

937Ω希腊字母 Ω

hex: 0x3A9

欧姆 / 欧米伽

8226项目符号

hex: 0x2022

列表项目符号

8224剑号

hex: 0x2020

脚注符号

8592左箭头

hex: 0x2190

向左箭头

8593上箭头

hex: 0x2191

向上箭头

8594右箭头

hex: 0x2192

向右箭头

8595下箭头

hex: 0x2193

向下箭头

这个工具不好用,或者遇到 bug?

去反馈
站长的博客
提个建议