Pengertian Kode ASCII, Fungsi Kode ASCII, Contoh Kode ASCII, Tabel Kode ASCII
Oke… Pada artikel kali ini admin akan menuliskan materi anggap saja pengenalan terhadap huruf atau kode ASCII. Apa sih kode ASCII itu? Fungsinya apa kode ASCII? Pasti untuk yang baru mendengar kode ASCII akan muncul pertanyaan seperti itu termasuk Admin dulu ketika mendapatkan tugas mencari pengertianCII, fungsi kode ASCII dan bentuk kode ASCII sendiri merasa bingung dan bertanya-tanya. Pada paragraph selanjutnya akan dibahas Pengertian kode ASCII, Fungsi Kode ASCII dan bentuk kode ASCII.
Pengertian Kode ASCII – Kode ASCII memiliki kepanjangan dari American Standard Code for Information Interchange. Kode ASCII adalah suatu standar internasional dalam kode huruf dan simbol seperti Hex dan Unicode tetapi ASCII lebih bersifat universal. Kode ASCII terdiri dari deretan angka dan huruf.
Fungsi Kode ASCII – Fungsi Kode ASCII adalah sebagai karakter kode dari user atau admin dalam menjalankan perintah dan akan ditranslasikan agar komputer memahami kode dari user karena komputer hanya membaca angka binner .
Contoh user member perintah “BUKU” maka komputer akan menerima perintah “BUKU” dalam bentuk binner yang berada pada number 65 85 75 85 atau 01000010 01010101 01001011 01010101
Tabel kode ASCII
ASCII codes 0 to 127
Nr
|
Binary
|
Hex
|
ASCII
|
Description
|
0
|
00000000
|
0h
|
null
|
|
1
|
00000001
|
1h
|
start of heading
|
|
2
|
00000010
|
2h
|
start of text
|
|
3
|
00000011
|
3h
|
end of text
|
|
4
|
00000100
|
4h
|
end of transmission
|
|
5
|
00000101
|
5h
|
enquiry
|
|
6
|
00000110
|
6h
|
acknowledge
|
|
7
|
00000111
|
7h
|
bell
|
|
8
|
00001000
|
8h
|
backspace
|
|
9
|
00001001
|
9h
|
horizontal tab
|
|
10
|
00001010
|
Ah
|
line feed
|
|
11
|
00001011
|
Bh
|
vertical tab
|
|
12
|
00001100
|
Ch
|
form feed
|
|
13
|
00001101
|
Dh
|
carriage return
|
|
14
|
00001110
|
Eh
|
shift out
|
|
15
|
00001111
|
Fh
|
shift in
|
|
16
|
00010000
|
10h
|
data link escape
|
|
17
|
00010001
|
11h
|
device control 1
|
|
18
|
00010010
|
12h
|
device control 2
|
|
19
|
00010011
|
13h
|
device control 3
|
|
20
|
00010100
|
14h
|
device control 4
|
|
21
|
00010101
|
15h
|
negative acknowledge
|
|
22
|
00010110
|
16h
|
synchronous idle
|
|
23
|
00010111
|
17h
|
end of block
|
|
24
|
00011000
|
18h
|
cancel
|
|
25
|
00011001
|
19h
|
end of medium
|
|
26
|
00011010
|
1Ah
|
substitute
|
|
27
|
00011011
|
1Bh
|
escape
|
|
28
|
00011100
|
1Ch
|
file separator
|
|
29
|
00011101
|
1Dh
|
group separator
|
|
30
|
00011110
|
1Eh
|
record separator
|
|
31
|
00011111
|
1Fh
|
unit separator
|
|
32
|
00100000
|
20h
|
space
|
|
33
|
00100001
|
21h
|
!
|
exclamation mark
|
34
|
00100010
|
22h
|
“
|
double quotes
|
35
|
00100011
|
23h
|
#
|
number sign or hash tag
|
36
|
00100100
|
24h
|
$
|
dollar sign
|
37
|
00100101
|
25h
|
%
|
percent sign
|
38
|
00100110
|
26h
|
&
|
ampersand
|
39
|
00100111
|
27h
|
‘
|
single quote
|
40
|
00101000
|
28h
|
(
|
left parenthesis
|
41
|
00101001
|
29h
|
)
|
right parenthesis
|
42
|
00101010
|
2Ah
|
*
|
asterisk
|
43
|
00101011
|
2Bh
|
+
|
plus sign
|
44
|
00101100
|
2Ch
|
,
|
comma
|
45
|
00101101
|
2Dh
|
–
|
hyphen or minus sign
|
46
|
00101110
|
2Eh
|
.
|
period
|
47
|
00101111
|
2Fh
|
/
|
slash
|
48
|
00110000
|
30h
|
0
|
zero
|
49
|
00110001
|
31h
|
1
|
one
|
50
|
00110010
|
32h
|
2
|
two
|
51
|
00110011
|
33h
|
3
|
three
|
52
|
00110100
|
34h
|
4
|
four
|
53
|
00110101
|
35h
|
5
|
five
|
54
|
00110110
|
36h
|
6
|
six
|
55
|
00110111
|
37h
|
7
|
seven
|
56
|
00111000
|
38h
|
8
|
eight
|
57
|
00111001
|
39h
|
9
|
nine
|
58
|
00111010
|
3Ah
|
:
|
colon
|
59
|
00111011
|
3Bh
|
;
|
semicolon/td>
|
60
|
00111100
|
3Ch
|
<
|
less than sign
|
61
|
00111101
|
3Dh
|
=
|
equal sign
|
62
|
00111110
|
3Eh
|
>
|
greater than sign
|
63
|
00111111
|
3Fh
|
?
|
question mark
|
64
|
01000000
|
40h
|
@
|
at symbol
|
65
|
01000001
|
41h
|
A
|
capital a
|
66
|
01000010
|
42h
|
B
|
capital b
|
67
|
01000011
|
43h
|
C
|
capital c
|
68
|
01000100
|
44h
|
D
|
capital d
|
69
|
01000101
|
45h
|
E
|
capital e
|
70
|
01000110
|
46h
|
F
|
capital f
|
71
|
01000111
|
47h
|
G
|
capital g
|
72
|
01001000
|
48h
|
H
|
capital h
|
73
|
01001001
|
49h
|
I
|
capital i
|
74
|
01001010
|
4Ah
|
J
|
capital j
|
75
|
01001011
|
4Bh
|
K
|
capital k
|
76
|
01001100
|
4Ch
|
L
|
capital l
|
77
|
01001101
|
4Dh
|
M
|
capital m
|
78
|
01001110
|
4Eh
|
N
|
capital n
|
79
|
01001111
|
4Fh
|
O
|
capital o
|
80
|
01010000
|
50h
|
P
|
capital p
|
81
|
01010001
|
51h
|
Q
|
capital q
|
82
|
01010010
|
52h
|
R
|
capital r
|
83
|
01010011
|
53h
|
S
|
capital s
|
84
|
01010100
|
54h
|
T
|
capital t
|
85
|
01010101
|
55h
|
U
|
capital u
|
86
|
01010110
|
56h
|
V
|
capital v
|
87
|
01010111
|
57h
|
W
|
capital w
|
88
|
01011000
|
58h
|
X
|
capital x
|
89
|
01011001
|
59h
|
Y
|
capital y
|
90
|
01011010
|
5Ah
|
Z
|
capital z
|
91
|
01011011
|
5Bh
|
[
|
left bracket
|
92
|
01011100
|
5Ch
|
\
|
backslash
|
93
|
01011101
|
5Dh
|
]
|
right bracket
|
94
|
01011110
|
5Eh
|
^
|
caret or circumflex
|
95
|
01011111
|
5Fh
|
_
|
underscore
|
96
|
01100000
|
60h
|
`
|
grave accent
|
97
|
01100001
|
61h
|
a
|
lowercase a
|
98
|
01100010
|
62h
|
b
|
lowercase b
|
99
|
01100011
|
63h
|
c
|
lowercase c
|
100
|
01100100
|
64h
|
d
|
lowercase d
|
101
|
01100101
|
65h
|
e
|
lowercase e
|
102
|
01100110
|
66h
|
f
|
lowercase f
|
103
|
01100111
|
67h
|
g
|
lowercase g
|
104
|
01101000
|
68h
|
h
|
lowercase h
|
105
|
01101001
|
69h
|
i
|
lowercase i
|
106
|
01101010
|
6Ah
|
j
|
lowercase j
|
107
|
01101011
|
6Bh
|
k
|
lowercase k
|
108
|
01101100
|
6Ch
|
l
|
lowercase l
|
109
|
01101101
|
6Dh
|
m
|
lowercase m
|
110
|
01101110
|
6Eh
|
n
|
lowercase n
|
111
|
01101111
|
6Fh
|
o
|
lowercase o
|
112
|
01110000
|
70h
|
p
|
lowercase p
|
113
|
01110001
|
71h
|
q
|
lowercase q
|
114
|
01110010
|
72h
|
r
|
lowercase r
|
115
|
01110011
|
73h
|
s
|
lowercase s
|
116
|
01110100
|
74h
|
t
|
lowercase t
|
117
|
01110101
|
75h
|
u
|
lowercase u
|
118
|
01110110
|
76h
|
v
|
lowercase v
|
119
|
01110111
|
77h
|
w
|
lowercase w
|
120
|
01111000
|
78h
|
x
|
lowercase x
|
121
|
01111001
|
79h
|
y
|
lowercase y
|
122
|
01111010
|
7Ah
|
z
|
lowercase z
|
123
|
01111011
|
7Bh
|
{
|
left brace
|
124
|
01111100
|
7Ch
|
|
|
bar
|
125
|
01111101
|
7Dh
|
}
|
right brace
|
126
|
01111110
|
7Eh
|
~
|
tilde or equivalency sign
|
127
|
01111111
|
7Fh
|
DEL
|
Dari Artikel singkat yang saya tulis membahas tentang Pengertian Kode ASCII, Fungsi Kode ASCII, Contoh Kode ASCII dan Tabel Kode ASCII semoga dapat membantu pembaca menambah ilmu dan wawasan.