0% found this document useful (0 votes)
36 views

The ASCII Character Set

The ASCII character set assigns numeric values to 128 English language characters, including letters, numbers, punctuation, and control codes. It displays each character, its assigned value, and a brief name or description. This includes common symbols like !, ", #, and % as well as non-printed control codes like NUL, SOH, STX, and others between values 0-31. The ASCII character set established a standard mapping for encoding text in digital computers and communications.

Uploaded by

Paulo Lopes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views

The ASCII Character Set

The ASCII character set assigns numeric values to 128 English language characters, including letters, numbers, punctuation, and control codes. It displays each character, its assigned value, and a brief name or description. This includes common symbols like !, ", #, and % as well as non-printed control codes like NUL, SOH, STX, and others between values 0-31. The ASCII character set established a standard mapping for encoding text in digital computers and communications.

Uploaded by

Paulo Lopes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

The ASCII Character Set.

value
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

name
NUL
SOH
STX
ETX
EOT
ENQ
ACK
BEL
BS
HT
LF
VT
FF
CR
SO
SI
DLE
DC1
DC2
DC3
DC4
NAK
SYN
ETB
CAN
EM
SUB
ESC
FS
GS
RS
US

value char
32
blank
33
!
34
"
35
#
36
$
37
%
38
&
39
'
40
(
41
)
42
*
43
+
44
,
45
46
.
47
/
48
0
49
1
50
2
51
3
52
4
53
5
54
6
55
7
56
8
57
9
58
:
59
;
60
<
61
=
62
>
63
?

value

char
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95

value
@
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
[
\
]
^
_

char
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127

`
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
{
|
}
~
del

You might also like