7-Bit ASCII Code Table
|
| 0x00 | 0x10 | 0x20 | 0x30 | 0x40 | 0x50 | 0x60 | 0x70
|
|
0x0 | NUL | DLE | SP | 0 | @ | P | бо | p
|
|
0x1 | SOH | DC1 | ! | 1 | A | Q | a | q
|
|
0x2 | STX | DC2 | " | 2 | B | R | b | r
|
|
0x3 | ETX | DC3 | # | 3 | C | S | c | s
|
|
0x4 | EOT | DC4 | $ | 4 | D | T | d | t
|
|
0x5 | ENQ | NAK | % | 5 | E | U | e | u
|
|
0x6 | ACK | SYN | & | 6 | F | V | f | v
|
|
0x7 | BEL | ETB | ' | 7 | G | W | g | w
|
|
0x8 | BS | CAN | ( | 8 | H | X | h | x
|
|
0x9 | HT | EM | ) | 9 | I | Y | i | y
|
|
0xa | LF | SUB | * | : | J | Z | j | z
|
|
0xb | VT | ESC | + | ; | K | [ | k | {
|
|
0xc | FF | FS | , | < | L | \ | l | |
|
|
0xd | CR | GS | - | = | M | ] | m | }
|
|
0xe | SO | RS | . | > | N | ^ | n | ~
|
|
0xf | SI | US | / | ? | O | _ | o | DEL
|
NUL null
SOH start of heading
STX start of text
ETX end of text
EOT end of transmission
ENQ enquiry
ACK acknowledge
BEL bell
BS backspace
TAB horizontal tab
LF NL line feed, new line
VT vertical tab
FF NP form feed, new page
CR carriage return
SO shift out
SI shift in
DLE data link escape
DC1 device control 1
DC2 device control 2
DC3 device control 3
DC4 device control 4
NAK negative acknowledge
SYN synchronous idle
ETB end of trans. block
CAN cancel
EM end of medium
SUB substitute
ESC escape
FS file separator
GS group separator
RS record separator
US unit separator