ASCII 码表 - 全部字符列表 | 从 0 到 127 的 ASCII 代码 | ASCII 编码表
The ASCII (American Standard Code for Information Interchange) table consists of 128 characters, numbered from 0 to 127. Here is the complete ASCII table:
\n 0 NUL (null) 32 SPACE
1 SOH (start of heading) 33 !
2 STX (start of text) 34 "
3 ETX (end of text) 35 #
4 EOT (end of transmission) 36 $
5 ENQ (enquiry) 37 %
6 ACK (acknowledge) 38 &
7 BEL (bell) 39 '
8 BS (backspace) 40 (
9 TAB (horizontal tab) 41 )
10 LF (line feed) 42 *
11 VT (vertical tab) 43 +
12 FF (form feed) 44 ,
13 CR (carriage return) 45 -
14 SO (shift out) 46 .
15 SI (shift in) 47 /
16 DLE (data link escape) 48 0
17 DC1 (device control 1) 49 1
18 DC2 (device control 2) 50 2
19 DC3 (device control 3) 51 3
20 DC4 (device control 4) 52 4
21 NAK (negative acknowledge) 53 5
22 SYN (synchronous idle) 54 6
23 ETB (end of transmission block) 55 7
24 CAN (cancel) 56 8
25 EM (end of medium) 57 9
26 SUB (substitute) 58 :
27 ESC (escape) 59 ;
28 FS (file separator) 60 <
29 GS (group separator) 61 =
30 RS (record separator) 62 >
31 US (unit separator) 63 ?
\n64 @ 96 `
65 A 97 a
66 B 98 b
67 C 99 c
68 D 100 d
69 E 101 e
70 F 102 f
71 G 103 g
72 H 104 h
73 I 105 i
74 J 106 j
75 K 107 k
76 L 108 l
77 M 109 m
78 N 110 n
79 O 111 o
80 P 112 p
81 Q 113 q
82 R 114 r
83 S 115 s
84 T 116 t
85 U 117 u
86 V 118 v
87 W 119 w
88 X 120 x
89 Y 121 y
90 Z 122 z
91 [ 123 {
92 \ 124 |
93 ] 125 }
94 ^ 126 ~
95 _ 127 DEL (delete)
原文地址: https://www.cveoy.top/t/topic/pxUc 著作权归作者所有。请勿转载和采集!