您当前的位置:首页 > 电脑百科 > 程序开发 > 编程百科

ASCII Table 整理(ASCII 码表)

时间:2021-02-20 09:49:42  来源:  作者:

控制字符(Control Characters)

Char

Octal

Dec

Hex

Control-Key

Description

NUL

0

0

0

^@

Null character

SOH

1

1

1

^A

Start of heading, = console interrupt

STX

2

2

2

^B

Start of text, maintenance mode on HP console

ETX

3

3

3

^C

End of text

EOT

4

4

4

^D

End of transmission, not the same as ETB

ENQ

5

5

5

^E

Enquiry, goes with ACK; old HP flow control

ACK

6

6

6

^F

Acknowledge, clears ENQ logon hand

BEL

7

7

7

^G

Bell, rings the bell...

BS

10

8

8

^H

Backspace, works on HP terminals/computers

HT

11

9

9

^I

Horizontal tab, move to next tab stop

LF

12

10

a

^J

Line Feed

VT

13

11

b

^K

Vertical tab

FF

14

12

c

^L

Form Feed, page eject

CR

15

13

d

^M

Carriage Return

SO

16

14

e

^N

Shift Out, alternate character set

SI

17

15

f

^O

Shift In, resume defaultn character set

DLE

20

16

10

^P

Data link escape

DC1

21

17

11

^Q

XON, with XOFF to pause listings; ":okay to send".

DC2

22

18

12

^R

Device control 2, block-mode flow control

DC3

23

19

13

^S

XOFF, with XON is TERM=18 flow control

DC4

24

20

14

^T

Device control 4

NAK

25

21

15

^U

Negative acknowledge

SYN

26

22

16

^V

Synchronous idle

ETB

27

23

17

^W

End transmission block, not the same as EOT

CAN

30

24

17

^X

Cancel line, MPE echoes !!!

EM

31

25

19

^Y

End of medium, Control-Y interrupt

SUB

32

26

1a

^Z

Substitute

ESC

33

27

1b

^[

Escape, next character is not echoed

FS

34

28

1c

^

File separator

GS

35

29

1d

^]

Group separator

RS

36

30

1e

^^

Record separator, block-mode terminator

US

37

31

1f

^_

Unit separator

可打印字符(Printing Characters)

Char

Octal

Dec

Hex

Control-Key

Description

SP

40

32

20

 

Space

!

41

33

21

 

Exclamation mark

"

42

34

22

 

Quotation mark (" in html)

#

43

35

23

 

Cross hatch (number sign)

$

44

36

24

 

Dollar sign

%

45

37

25

 

Percent sign

&

46

38

26

 

Ampersand

`

47

39

27

 

Closing single quote (apostrophe)

(

50

40

28

 

Opening parentheses

)

51

41

29

 

Closing parentheses

*

52

42

2a

 

Asterisk (star, multiply)

+

53

43

2b

 

Plus

,

54

44

2c

 

Comma

-

55

45

2d

 

Hyphen, dash, minus

.

56

46

2e

 

Period

/

57

47

2f

 

Slant (forward slash, divide)

0

60

48

30

 

Zero

1

61

49

31

 

One

2

62

50

32

 

Two

3

63

51

33

 

Three

4

64

52

34

 

Four

5

65

53

35

 

Five

6

66

54

36

 

Six

7

67

55

37

 

Seven

8

70

56

38

 

Eight

9

71

57

39

 

Nine

:

72

58

3a

 

Colon

;

73

59

3b

 

Semicolon

<

74

60

3c

 

Less than sign (< in HTML)

=

75

61

3d

 

Equals sign

>

76

62

3e

 

Greater than sign (> in HTML)

?

77

63

3f

 

Question mark

@

100

64

40

 

At-sign

A

101

65

41

 

Uppercase A

B

102

66

42

 

Uppercase B

C

103

67

43

 

Uppercase C

D

104

68

44

 

Uppercase D

E

105

69

45

 

Uppercase E

F

106

70

46

 

Uppercase F

G

107

71

47

 

Uppercase G

H

110

72

48

 

Uppercase H

I

111

73

49

 

Uppercase I

J

112

74

4a

 

Uppercase J

K

113

75

4b

 

Uppercase K

L

114

76

4c

 

Uppercase L

M

115

77

4d

 

Uppercase M

N

116

78

4e

 

Uppercase N

O

117

79

4f

 

Uppercase O

P

120

80

50

 

Uppercase P

Q

121

81

51

 

Uppercase Q

R

122

82

52

 

Uppercase R

S

123

83

53

 

Uppercase S

T

124

84

54

 

Uppercase T

U

125

85

55

 

Uppercase U

V

126

86

56

 

Uppercase V

W

127

87

57

 

Uppercase W

X

130

88

58

 

Uppercase X

Y

131

89

59

 

Uppercase Y

Z

132

90

5a

 

Uppercase Z

[

133

91

5b

 

Opening square bracket

134

92

5c

 

Reverse slant (Backslash)

]

135

93

5d

 

Closing square bracket

^

136

94

5e

 

Caret (Circumflex)

_

137

95

5f

 

Underscore

`

140

96

60

 

Opening single quote

a

141

97

61

 

Lowercase a

b

142

98

62

 

Lowercase b

c

143

99

63

 

Lowercase c

d

144

100

64

 

Lowercase d

e

145

101

65

 

Lowercase e

f

146

102

66

 

Lowercase f

g

147

103

67

 

Lowercase g

h

150

104

68

 

Lowercase h

i

151

105

69

 

Lowercase i

j

152

106

6a

 

Lowercase j

k

153

107

6b

 

Lowercase k

l

154

108

6c

 

Lowercase l

m

155

109

6d

 

Lowercase m

n

156

110

6e

 

Lowercase n

o

157

111

6f

 

Lowercase o

p

160

112

70

 

Lowercase p

q

161

113

71

 

Lowercase q

r

162

114

72

 

Lowercase r

s

163

115

73

 

Lowercase s

t

164

116

74

 

Lowercase t

u

165

117

75

 

Lowercase u

v

166

118

76

 

Lowercase v

w

167

119

77

 

Lowercase w

x

170

120

78

 

Lowercase x

y

171

121

79

 

Lowercase y

z

172

122

7a

 

Lowercase z

{

173

123

7b

 

Opening curly brace

|

174

124

7c

 

Vertical line

}

175

125

7d

 

Cloing curly brace

~

176

126

7e

 

Tilde (Approximate)

DEL

177

127

7f

 

Delete (rubout), cross-hatch box

参考文献

Control codes - converting to ASCII, hex or decimal
Ascii Table - ASCII character codes and html, octal, hex and decimal chart conversion



Tags:ASCII   点击:()  评论:()
声明:本站部分内容及图片来自互联网,转载是出于传递更多信息之目的,内容观点仅代表作者本人,如有任何标注错误或版权侵犯请与我们联系(Email:2595517585@qq.com),我们将及时更正、删除,谢谢。
▌相关推荐
控制字符(Control Characters) Char Octal Dec Hex Control-Key Description NUL 0 0 0 ^@ ...【详细内容】
2021-02-20  Tags: ASCII  点击:(202)  评论:(0)  加入收藏
背景在 Linux 下手写一个命令和拷贝 html 页面文本域中的命令执行结果完全不同,后者的命令无法被 Linux 识别。问题截图肉眼看不到的区别 肉眼根本看不出来这两行有什么区...【详细内容】
2020-09-25  Tags: ASCII  点击:(214)  评论:(0)  加入收藏
来源:百问网作者:韦东山本文字数:2108,阅读时长:4分钟要在 LCD 中显示一个 ASCII 字符,即英文字母这些字符,首先是要找到字符对应的点阵。在 Linux 内核源码中有这个文件:lib\fonts...【详细内容】
2020-08-24  Tags: ASCII  点击:(362)  评论:(0)  加入收藏
▌简易百科推荐
摘 要 (OF作品展示)OF之前介绍了用python实现数据可视化、数据分析及一些小项目,但基本都是后端的知识。想要做一个好看的可视化大屏,我们还要学一些前端的知识(vue),网上有很多比...【详细内容】
2021-12-27  项目与数据管理    Tags:Vue   点击:(1)  评论:(0)  加入收藏
程序是如何被执行的&emsp;&emsp;程序是如何被执行的?许多开发者可能也没法回答这个问题,大多数人更注重的是如何编写程序,却不会太注意编写好的程序是如何被运行,这并不是一个好...【详细内容】
2021-12-23  IT学习日记    Tags:程序   点击:(9)  评论:(0)  加入收藏
阅读收获✔️1. 了解单点登录实现原理✔️2. 掌握快速使用xxl-sso接入单点登录功能一、早期的多系统登录解决方案 单系统登录解决方案的核心是cookie,cookie携带会话id在浏览器...【详细内容】
2021-12-23  程序yuan    Tags:单点登录(   点击:(8)  评论:(0)  加入收藏
下载Eclipse RCP IDE如果你电脑上还没有安装Eclipse,那么请到这里下载对应版本的软件进行安装。具体的安装步骤就不在这赘述了。创建第一个标准Eclipse RCP应用(总共分为六步)1...【详细内容】
2021-12-22  阿福ChrisYuan    Tags:RCP应用   点击:(7)  评论:(0)  加入收藏
今天想简单聊一聊 Token 的 Value Capture,就是币的价值问题。首先说明啊,这个话题包含的内容非常之光,Token 的经济学设计也可以包含诸多问题,所以几乎不可能把这个问题说的清...【详细内容】
2021-12-21  唐少华TSH    Tags:Token   点击:(9)  评论:(0)  加入收藏
实现效果:假如有10条数据,分组展示,默认在当前页面展示4个,点击换一批,从第5个开始继续展示,到最后一组,再重新返回到第一组 data() { return { qList: [], //处理后...【详细内容】
2021-12-17  Mason程    Tags:VUE   点击:(14)  评论:(0)  加入收藏
什么是性能调优?(what) 为什么需要性能调优?(why) 什么时候需要性能调优?(when) 什么地方需要性能调优?(where) 什么时候来进行性能调优?(who) 怎么样进行性能调优?(How) 硬件配...【详细内容】
2021-12-16  软件测试小p    Tags:性能调优   点击:(19)  评论:(0)  加入收藏
Tasker 是一款适用于 Android 设备的高级自动化应用,它可以通过脚本让重复性的操作自动运行,提高效率。 不知道从哪里听说的抖音 app 会导致 OLED 屏幕烧屏。于是就现学现卖,自...【详细内容】
2021-12-15  ITBang    Tags:抖音防烧屏   点击:(23)  评论:(0)  加入收藏
11 月 23 日,Rust Moderation Team(审核团队)在 GitHub 上发布了辞职公告,即刻生效。根据公告,审核团队集体辞职是为了抗议 Rust 核心团队(Core team)在执行社区行为准则和标准上...【详细内容】
2021-12-15  InfoQ    Tags:Rust   点击:(24)  评论:(0)  加入收藏
一个项目的大部分API,测试用例在参数和参数值等信息会有很多相似的地方。我们可以复制API,复制用例来快速生成,然后做细微调整既可以满足我们的测试需求1.复制API:在菜单发布单...【详细内容】
2021-12-14  AutoMeter    Tags:AutoMeter   点击:(20)  评论:(0)  加入收藏
最新更新
栏目热门
栏目头条