ASCII reference chart



ASCII means American Standard Code for Information Interchange

Note: 0x-something denotes Hexadecimal notation, that is, base16-numerals rather than the usual base10-numerals.




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

SP = SPACE, DEL = DELETE


published 1st of August 2004

cc, Peter Bjørn Perlsø, titancity.com