Você está na página 1de 17

ASCII

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas


Belum Diperiksa
Kode Standar Amerika untuk Pertukaran Informasi atau ASCII (American Standard Code for Information
Interchange) merupakan suatu standar internasional dalam
kode hurufdan simbol seperti Hex dan Unicode tetapi ASCII lebih bersifat universal, contohnya 124
adalah untuk karakter "|". Ia selalu digunakan oleh komputer dan alat komunikasi lain untuk
menunjukkan teks. Kode ASCII sebenarnya memiliki komposisi bilangan biner sebanyak 7 bit. Namun,
ASCII disimpan sebagai sandi 8 bit dengan menambakan satu angka 0 sebagai bit significant paling tinggi.
Bit tambahan ini sering digunakan untuk uji prioritas. Karakter control pada ASCII dibedakan menjadi 5
kelompok sesuai dengan penggunaan yaitu berturut-turut meliputi logical communication, Device
control, Information separator, Code extention, dan physical communication. Code ASCII ini banyak
dijumpai pada papan ketik (keyboard) computer atau instrument-instrument digital.
Jumlah kode ASCII adalah 255 kode. Kode ASCII 0..127 merupakan kode ASCII untuk manipulasi teks;
sedangkan kode ASCII 128..255 merupakan kode ASCII untuk manipulasi grafik. Kode ASCII sendiri dapat
dikelompokkan lagi kedalam beberapa bagian:
Kode yang tidak terlihat simbolnya seperti Kode 10(Line Feed), 13(Carriage Return), 8(Tab),
32(Space)
Kode yang terlihat simbolnya seperti abjad (A..Z), numerik (0..9), karakter khusus
(~!@#$%^&*()_+?:{})
Kode yang tidak ada di keyboard namun dapat ditampilkan. Kode ini umumnya untuk kode-kode
grafik.
Dalam pengkodean kode ASCII memanfaatkan 8 bit. Pada saat ini kode ASCII telah tergantikan oleh kode
UNICODE (Universal Code). UNICODE dalam pengkodeannya memanfaatkan 16 bit sehingga
memungkinkan untuk menyimpan kode-kode lainnya seperti kode bahasa Jepang, Cina, Thailand dan
sebagainya.
Pada papan keyboard, aktifkan numlock, tekan tombol ALT secara bersamaan dengan kode karakter
maka akan dihasilkan karakter tertentu. Misalnya: ALT + 44 maka akan muncul karakter koma (,).
Mengetahui kode-kode ASCII sangat bermanfaat misalnya untuk membuat karakter-karakter tertentu
yang tidak ada di keyboard.
Tabel Karakter ASCII[sunting | sunting sumber]
Tabel berikut berisi karakter-karakter ASCII . Dalam sistem operasi Windows dan MS-DOS, pengguna
dapat menggunakan karakter ASCII dengan menekan tombol Alt+[nomor nilai ANSI (desimal)]. Sebagai
contoh, tekan kombinasi tombol Alt+87 untuk karakter huruf latin "W" kapital.
Karakter
Nilai Unicode
(heksadesimal)
Nilai ANSI ASCII
(desimal)
Keterangan
NUL 0000 0 Null (tidak tampak)
SOH 0001 1 Start of heading (tidak tampak)
STX 0002 2 Start of text (tidak tampak)
ETX 0003 3 End of text (tidak tampak)
EOT 0004 4 End of transmission (tidak tampak)
ENQ 0005 5 Enquiry (tidak tampak)
ACK 0006 6 Acknowledge (tidak tampak)
BEL 0007 7 Bell (tidak tampak)
BS 0008 8 Menghapus satu karakter di belakang kursor (Backspace)
HT 0009 9 Horizontal tabulation
LF 000A 10 Pergantian baris (Line feed)
VT 000B 11 Tabulasi vertikal
FF 000C 12 Pergantian baris (Form feed)
CR 000D 13 Pergantian baris (carriage return)
SO 000E 14 Shift out (tidak tampak)
SI 000F 15 Shift in (tidak tampak)
DLE 0010 16 Data link escape (tidak tampak)
DC1 0011 17 Device control 1 (tidak tampak)
DC2 0012 18 Device control 2 (tidak tampak)
DC3 0013 19 Device control 3 (tidak tampak)
DC4 0014 20 Device control 4 (tidak tampak)
NAK 0015 21 Negative acknowledge (tidak tampak)
SYN 0016 22 Synchronous idle (tidak tampak)
ETB 0017 23 End of transmission block (tidak tampak)
CAN 0018 24 Cancel (tidak tampak)
EM 0019 25 End of medium (tidak tampak)
SUB 001A 26 Substitute (tidak tampak)
ESC 001B 27 Escape (tidak tampak)
FS 001C 28 File separator
GS 001D 29 Group separator
RS 001E 30 Record separator
US 001F 31 Unit separator
SP 0020 32 Spasi
! 0021 33 Tanda seru (exclamation)
" 0022 34 Tanda kutip dua
# 0023 35 Tanda pagar (kres)
$ 0024 36 Tanda mata uang dolar
% 0025 37 Tanda persen
& 0026 38 Karakter ampersand (&)
0027 39 Karakter Apostrof
( 0028 40 Tanda kurung buka
) 0029 41 Tanda kurung tutup
* 002A 42 Karakter asterisk (bintang)
+ 002B 43 Tanda tambah (plus)
, 002C 44 Karakter koma
- 002D 45 Karakter hyphen (strip)
. 002E 46 Tanda titik
/ 002F 47 Garis miring (slash)
0 0030 48 Angka nol
1 0031 49 Angka satu
2 0032 50 Angka dua
3 0033 51 Angka tiga
4 0034 52 Angka empat
5 0035 53 Angka lima
6 0036 54 Angka enam
7 0037 55 Angka tujuh
8 0038 56 Angka delapan
9 0039 57 Angka sembilan
: 003A 58 Tanda titik dua
; 003B 59 Tanda titik koma
< 003C 60 Tanda lebih kecil
= 003D 61 Tanda sama dengan
> 003E 62 Tanda lebih besar
? 003F 63 Tanda tanya
@ 0040 64 A keong (@)
A 0041 65 Huruf latin A kapital
B 0042 66 Huruf latin B kapital
C 0043 67 Huruf latin C kapital
D 0044 68 Huruf latin D kapital
E 0045 69 Huruf latin E kapital
F 0046 70 Huruf latin F kapital
G 0047 71 Huruf latin G kapital
H 0048 72 Huruf latin H kapital
I 0049 73 Huruf latin I kapital
J 004A 74 Huruf latin J kapital
K 004B 75 Huruf latin K kapital
L 004C 76 Huruf latin L kapital
M 004D 77 Huruf latin M kapital
N 004E 78 Huruf latin N kapital
O 004F 79 Huruf latin O kapital
P 0050 80 Huruf latin P kapital
Q 0051 81 Huruf latin Q kapital
R 0052 82 Huruf latin R kapital
S 0053 83 Huruf latin S kapital
T 0054 84 Huruf latin T kapital
U 0055 85 Huruf latin U kapital
V 0056 86 Huruf latin V kapital
W 0057 87 Huruf latin W kapital
X 0058 88 Huruf latin X kapital
Y 0059 89 Huruf latin Y kapital
Z 005A 90 Huruf latin Z kapital
[ 005B 91 Kurung siku kiri
\ 005C 92 Garis miring terbalik (backslash)
] 005D 93 Kurung sikur kanan
^ 005E 94 Tanda pangkat
_ 005F 95 Garis bawah (underscore)
` 0060 96 Tanda petik satu
a 0061 97 Huruf latin a kecil
b 0062 98 Huruf latin b kecil
c 0063 99 Huruf latin c kecil
d 0064 100 Huruf latin d kecil
e 0065 101 Huruf latin e kecil
f 0066 102 Huruf latin f kecil
g 0067 103 Huruf latin g kecil
h 0068 104 Huruf latin h kecil
i 0069 105 Huruf latin i kecil
j 006A 106 Huruf latin j kecil
k 006B 107 Huruf latin k kecil
l 006C 108 Huruf latin l kecil
m 006D 109 Huruf latin m kecil
n 006E 110 Huruf latin n kecil
o 006F 111 Huruf latin o kecil
p 0070 112 Huruf latin p kecil
q 0071 113 Huruf latin q kecil
r 0072 114 Huruf latin r kecil
s 0073 115 Huruf latin s kecil
t 0074 116 Huruf latin t kecil
u 0075 117 Huruf latin u kecil
v 0076 118 Huruf latin v kecil
w 0077 119 Huruf latin w kecil
x 0078 120 Huruf latin x kecil
y 0079 121 Huruf latin y kecil
z 007A 122 Huruf latin z kecil
{ 007B 123 Kurung kurawal buka
007C 124 Garis vertikal (pipa)
} 007D 125 Kurung kurawal tutup
~ 007E 126 Karakter gelombang (tilde)
DEL 007F 127 Delete

0080 128 Dicadangkan

0081 129 Dicadangkan

0082 130 Dicadangkan

0083 131 Dicadangkan
IND 0084 132 Index
NEL 0085 133 Next line
SSA 0086 134 Start of selected area
ESA 0087 135 End of selected area

0088 136 Character tabulation set

0089 137 Character tabulation with justification

008A 138 Line tabulation set
PLD 008B 139 Partial line down
PLU 008C 140 Partial line up

008D 141 Reverse line feed
SS2 008E 142 Single shift two
SS3 008F 143 Single shift three
DCS 0090 144 Device control string
PU1 0091 145 Private use one
PU2 0092 146 Private use two
STS 0093 147 Set transmit state
CCH 0094 148 Cancel character
MW 0095 149 Message waiting

0096 150 Start of guarded area

0097 151 End of guarded area

0098 152 Start of string

0099 153 Dicadangkan

009A 154 Single character introducer
CSI 009B 155 Control sequence introducer
ST 009C 156 String terminator
OSC 009D 157 Operating system command
PM 009E 158 Privacy message
APC 009F 158 Application program command

00A0 160 Spasi yang bukan pemisah kata
00A1 161 Tanda seru terbalik
00A2 162 Tanda sen (Cent)
00A3 163 Tanda Poundsterling
00A4 164 Tanda mata uang (Currency)
00A5 165 Tanda Yen
00A6 166 Garis tegak putus-putus (broken bar)
00A7 167 Section sign
00A8 168 Diaeresis
00A9 169 Tanda hak cipta (Copyright)
00AA 170 Feminine ordinal indicator
00AB 171 Left-pointing double angle quotation mark
00AC 172 Not sign

00AD 173 Tanda strip (hyphen)
00AE 174 Tanda merk terdaftar
00AF 175 Macron
00B0 176 Tanda derajat
00B1 177 Tanda kurang lebih (plus-minus)
00B2 178 Tanda kuadrat (pangkat dua)
00B3 179 Tanda kubik (pangkat tiga)
00B4 180 Acute accent
00B5 181 Micro sign
00B6 182 Pilcrow sign
00B7 183 Middle dot
ASCII Table and Description
ASCII stands for American Standard Code for Information Interchange. Computers can only understand
numbers, so an ASCII code is the numerical representation of a character such as 'a' or '@' or an action
of some sort. ASCII was developed a long time ago and now the non-printing characters are rarely used
for their original purpose. Below is the ASCII character table and this includes descriptions of the first 32
non-printing characters. ASCII was actually designed for use with teletypes and so the descriptions are
somewhat obscure. If someone says they want your CV however in ASCII format, all this means is they
want 'plain' text with no formatting such as tabs, bold or underscoring - the raw format that any
computer can understand. This is usually so they can easily import the file into their own applications
without issues. Notepad.exe creates ASCII text, or in MS Word you can save a file as 'text only'

Extended ASCII Codes

ASCII merupakan kepanjangan dari (American Standard Code for Information Interchange), dan
pengertian dari ASCII sendiri adalah suatu standar internasional dalam kode huruf dan simbol seperti
Hex dan Unicode tetapi ASCII lebih bersifat universal, contohnya 124 adalah untuk karakter "|". Ia selalu
digunakan oleh komputer dan alat komunikasi lain untuk menunjukkan teks.

sedangkan fungsi dari kode ASCII ialah digunakan untuk mewakili karakter-karakter angka maupun huruf
didalam komputer, sebagai contoh dapat kita lihat pada karakter 1, 2, 3, A, B, C, dan sebagainya.

berikut adalah karakter ASCII

Tabel berikut berisi karakter-karakter ASCII . Dalam sistem operasi Windows dan MS-DOS, pengguna
dapat menggunakan karakter ASCII dengan menekan tombol Alt+[nomor nilai ANSI (desimal)]. Sebagai
contoh, tekan kombinasi tombol Alt+87 untuk karakter huruf latin "W" kapital.

Sumber:
http://id.wikipedia.org/wiki


Karakter Nilai Unicode
(heksadesimal)
Nilai ANSI ASCII
(desimal)
Keterangan
NUL 0000 0 Null (tidak tampak)
SOH 0001 1 Start of heading (tidak tampak)
STX 0002 2 Start of text (tidak tampak)
ETX 0003 3 End of text (tidak tampak)
EOT 0004 4 End of transmission (tidak tampak)
ENQ 0005 5 Enquiry (tidak tampak)
ACK 0006 6 Acknowledge (tidak tampak)
BEL 0007 7 Bell (tidak tampak)
BS 0008 8 Menghapus satu karakter di belakang kursor (Backspace)
HT 0009 9 Horizontal tabulation
LF 000A 10 Pergantian baris (Line feed)
VT 000B 11 Tabulasi vertikal
FF 000C 12 Pergantian baris (Form feed)
CR 000D 13 Pergantian baris (carriage return)
SO 000E 14 Shift out (tidak tampak)
SI 000F 15 Shift in (tidak tampak)
DLE 0010 16 Data link escape (tidak tampak)
DC1 0011 17 Device control 1 (tidak tampak)
DC2 0012 18 Device control 2 (tidak tampak)
DC3 0013 19 Device control 3 (tidak tampak)
DC4 0014 20 Device control 4 (tidak tampak)
NAK 0015 21 Negative acknowledge (tidak tampak)
SYN 0016 22 Synchronous idle (tidak tampak)
ETB 0017 23 End of transmission block (tidak tampak)
CAN 0018 24 Cancel (tidak tampak)
EM 0019 25 End of medium (tidak tampak)
SUB 001A 26 Substitute (tidak tampak)
ESC 001B 27 Escape (tidak tampak)
FS 001C 28 File separator
GS 001D 29 Group separator
RS 001E 30 Record separator
US 001F 31 Unit separator
SP 0020 32 Spasi
! 0021 33 Tanda seru (exclamation)
" 0022 34 Tanda kutip dua
# 0023 35 Tanda pagar (kres)
$ 0024 36 Tanda mata uang dolar
% 0025 37 Tanda persen
& 0026 38 Karakter ampersand (&)
0027 39 Karakter Apostrof
( 0028 40 Tanda kurung buka
) 0029 41 Tanda kurung tutup
* 002A 42 Karakter asterisk (bintang)
+ 002B 43 Tanda tambah (plus)
, 002C 44 Karakter koma
- 002D 45 Karakter hyphen (strip)
. 002E 46 Tanda titik
/ 002F 47 Garis miring (slash)
0 0030 48 Angka nol
1 0031 49 Angka satu
2 0032 50 Angka dua
3 0033 51 Angka tiga
4 0034 52 Angka empat
5 0035 53 Angka lima
6 0036 54 Angka enam
7 0037 55 Angka tujuh
8 0038 56 Angka delapan
9 0039 57 Angka sembilan
: 003A 58 Tanda titik dua
; 003B 59 Tanda titik koma
< 003C 60 Tanda lebih kecil
= 003D 61 Tanda sama dengan
> 003E 62 Tanda lebih besar
? 003F 63 Tanda tanya
@ 0040 64 A keong (@)
A 0041 65 Huruf latin A kapital
B 0042 66 Huruf latin B kapital
C 0043 67 Huruf latin C kapital
D 0044 68 Huruf latin D kapital
E 0045 69 Huruf latin E kapital
F 0046 70 Huruf latin F kapital
G 0047 71 Huruf latin G kapital
H 0048 72 Huruf latin H kapital
I 0049 73 Huruf latin I kapital
J 004A 74 Huruf latin J kapital
K 004B 75 Huruf latin K kapital
L 004C 76 Huruf latin L kapital
M 004D 77 Huruf latin M kapital
N 004E 78 Huruf latin N kapital
O 004F 79 Huruf latin O kapital
P 0050 80 Huruf latin P kapital
Q 0051 81 Huruf latin Q kapital
R 0052 82 Huruf latin R kapital
S 0053 83 Huruf latin S kapital
T 0054 84 Huruf latin T kapital
U 0055 85 Huruf latin U kapital
V 0056 86 Huruf latin V kapital
W 0057 87 Huruf latin W kapital
X 0058 88 Huruf latin X kapital
Y 0059 89 Huruf latin Y kapital
Z 005A 90 Huruf latin Z kapital
[ 005B 91 Kurung siku kiri
\ 005C 92 Garis miring terbalik (backslash)
] 005D 93 Kurung sikur kanan
^ 005E 94 Tanda pangkat
_ 005F 95 Garis bawah (underscore)
` 0060 96 Tanda petik satu
a 0061 97 Huruf latin a kecil
b 0062 98 Huruf latin b kecil
c 0063 99 Huruf latin c kecil
d 0064 100 Huruf latin d kecil
e 0065 101 Huruf latin e kecil
f 0066 102 Huruf latin f kecil
g 0067 103 Huruf latin g kecil
h 0068 104 Huruf latin h kecil
i 0069 105 Huruf latin i kecil
j 006A 106 Huruf latin j kecil
k 006B 107 Huruf latin k kecil
l 006C 108 Huruf latin l kecil
m 006D 109 Huruf latin m kecil
n 006E 110 Huruf latin n kecil
o 006F 111 Huruf latin o kecil
p 0070 112 Huruf latin p kecil
q 0071 113 Huruf latin q kecil
r 0072 114 Huruf latin r kecil
s 0073 115 Huruf latin s kecil
t 0074 116 Huruf latin t kecil
u 0075 117 Huruf latin u kecil
v 0076 118 Huruf latin v kecil
w 0077 119 Huruf latin w kecil
x 0078 120 Huruf latin x kecil
y 0079 121 Huruf latin y kecil
z 007A 122 Huruf latin z kecil
{ 007B 123 Kurung kurawal buka
007C 124 Garis vertikal (pipa)
} 007D 125 Kurung kurawal tutup
~ 007E 126 Karakter gelombang (tilde)
DEL 007F 127 Delete
0080 128 Dicadangkan
0081 129 Dicadangkan
0082 130 Dicadangkan
0083 131 Dicadangkan
IND 0084 132 Index
NEL 0085 133 Next line
SSA 0086 134 Start of selected area
ESA 0087 135 End of selected area
0088 136 Character tabulation set
0089 137 Character tabulation with justification
008A 138 Line tabulation set
PLD 008B 139 Partial line down
PLU 008C 140 Partial line up
008D 141 Reverse line feed
SS2 008E 142 Single shift two
SS3 008F 143 Single shift three
DCS 0090 144 Device control string
PU1 0091 145 Private use one
PU2 0092 146 Private use two
STS 0093 147 Set transmit state
CCH 0094 148 Cancel character
MW 0095 149 Message waiting
0096 150 Start of guarded area
0097 151 End of guarded area
0098 152 Start of string
0099 153 Dicadangkan
009A 154 Single character introducer
CSI 009B 155 Control sequence introducer
ST 009C 156 String terminator
OSC 009D 157 Operating system command
PM 009E 158 Privacy message
APC 009F 158 Application program command
00A0 160 Spasi yang bukan pemisah kata
00A1 161 Tanda seru terbalik
00A2 162 Tanda sen (Cent)
00A3 163 Tanda Poundsterling
00A4 164 Tanda mata uang (Currency)
00A5 165 Tanda Yen
00A6 166 Garis tegak putus-putus (broken bar)
00A7 167 Section sign
00A8 168 Diaeresis
00A9 169 Tanda hak cipta (Copyright)
00AA 170 Feminine ordinal indicator
00AB 171 Left-pointing double angle quotation mark
00AC 172 Not sign
00AD 173 Tanda strip (hyphen)
00AE 174 Tanda merk terdaftar
00AF 175 Macron
00B0 176 Tanda derajat
00B1 177 Tanda kurang lebih (plus-minus)
kodok 178 Tanda kuadrat (pangkat dua)
00B3 179 Tanda kubik (pangkat tiga)
00B4 180 Acute accent
00B5 181 Micro sign
00B6 182 Pilcrow sign
00B7 183 Middle dot
Kode ASCII Lengkap

Complete List of Ascii codes


symbol
ascii code 0 NULL (Null character)
ascii code 1 SOH (Start of Header)
ascii code 2 STX (Start of Text)
ascii code 3 ETX (End of Text)
ascii code 4 EOT (End of Transmission)
ascii code 5 ENQ (Enquiry)
ascii code 6 ACK (Acknowledgement)
ascii code 7 BEL (Bell)
ascii code 8 BS (Backspace)
ascii code 9 HT (Horizontal Tab)
ascii code 10 LF (Line feed)
ascii code 11 VT (Vertical Tab)
ascii code 12 FF (Form feed)
ascii code 13 CR (Carriage return)
ascii code 14 SO (Shift Out)
ascii code 15 SI (Shift In)
ascii code 16 DLE (Data link escape)
ascii code 17 DC1 (Device control 1)
ascii code 18 DC2 (Device control 2)
ascii code 19 DC3 (Device control 3)
ascii code 20 DC4 (Device control 4)
ascii code 21 NAK (Negative acknowledgement)
ascii code 22 SYN (Synchronous idle)
ascii code 23 ETB (End of transmission block)
ascii code 24 CAN (Cancel)
ascii code 25 EM (End of medium)
ascii code 26 SUB (Substitute)
ascii code 27 ESC (Escape)
ascii code 28 FS (File separator)
ascii code 29 GS (Group separator)
ascii code 30 RS (Record separator)
ascii code 31 US (Unit separator)

ascii code 32 (space)
ascii code 33 ! (exclamation mark)
ascii code 34 " (Quotation mark)
ascii code 35 # (Number sign)
ascii code 36 $ (Dollar sign)
ascii code 37 % (Percent sign)
ascii code 38 & (Ampersand)
ascii code 39 ' (Apostrophe)
ascii code 40 ( (round brackets or parentheses)
ascii code 41 ) (round brackets or parentheses)
ascii code 42 * (Asterisk)
ascii code 43 + (Plus sign)
ascii code 44 , (Comma)
ascii code 45 - (Hyphen)
ascii code 46 . (Full stop , dot)
ascii code 47 / (Slash)
ascii code 48 0 (number zero)
ascii code 49 1 (number one)
ascii code 50 2 (number two)
ascii code 51 3 (number three)
ascii code 52 4 (number four)
ascii code 53 5 (number five)
ascii code 54 6 (number six)
ascii code 55 7 (number seven)
ascii code 56 8 (number eight)
ascii code 57 9 (number nine)
ascii code 58 : (Colon)
ascii code 59 ; (Semicolon)
ascii code 60 < (Less-than sign )
ascii code 61 = (Equals sign)
ascii code 62 > (Greater-than sign ; Inequality)
ascii code 63 ? (Question mark)
ascii code 64 @ (At sign)
ascii code 65 A (Capital A )
ascii code 66 B (Capital B )
ascii code 67 C (Capital C )
ascii code 68 D (Capital D )
ascii code 69 E (Capital E )
ascii code 70 F (Capital F )
ascii code 71 G (Capital G )
ascii code 72 H (Capital H )
ascii code 73 I (Capital I )
ascii code 74 J (Capital J )
ascii code 75 K (Capital K )
ascii code 76 L (Capital L )
ascii code 77 M (Capital M )
ascii code 78 N (Capital N )
ascii code 79 O (Capital O )
ascii code 80 P (Capital P )
ascii code 81 Q (Capital Q )
ascii code 82 R (Capital R )
ascii code 83 S (Capital S )
ascii code 84 T (Capital T )
ascii code 85 U (Capital U )
ascii code 86 V (Capital V )
ascii code 87 W (Capital W )
ascii code 88 X (Capital X )
ascii code 89 Y (Capital Y )
ascii code 90 Z (Capital Z )
ascii code 91 [ (square brackets or box brackets)
ascii code 92 \ (Backslash)
ascii code 93 ] (square brackets or box brackets)
ascii code 94 ^ (Caret or circumflex accent)
ascii code 95 _ (underscore, under strike, underbar or low line)
ascii code 96 ` (Grave accent)
ascii code 97 a (Lowercase a )
ascii code 98 b (Lowercase b )
ascii code 99 c (Lowercase c )
ascii code 100 d (Lowercase d )
ascii code 101 e (Lowercase e )
ascii code 102 f (Lowercase f )
ascii code 103 g (Lowercase g )
ascii code 104 h (Lowercase h )
ascii code 105 i (Lowercase i )
ascii code 106 j (Lowercase j )
ascii code 107 k (Lowercase k )
ascii code 108 l (Lowercase l )
ascii code 109 m (Lowercase m )
ascii code 110 n (Lowercase n )
ascii code 111 o (Lowercase o )
ascii code 112 p (Lowercase p )
ascii code 113 q (Lowercase q )
ascii code 114 r (Lowercase r )
ascii code 115 s (Lowercase s )
ascii code 116 t (Lowercase t )
ascii code 117 u (Lowercase u )
ascii code 118 v (Lowercase v )
ascii code 119 w (Lowercase w )
ascii code 120 x (Lowercase x )
ascii code 121 y (Lowercase y )
ascii code 122 z (Lowercase z )
ascii code 123 { (curly brackets or braces)
ascii code 124 | (vertical-bar, vbar, vertical line or vertical slash)
ascii code 125 } (curly brackets or braces)
ascii code 126 ~ (Tilde ; swung dash)
ascii code 127 DEL (Delete)
ascii code 128 (Majuscule C-cedilla )
ascii code 129 (letter "u" with umlaut or diaeresis ; "u-umlaut")
ascii code 130 (letter "e" with acute accent or "e-acute")
ascii code 131 (letter "a" with circumflex accent or "a-circumflex")
ascii code 132 (letter "a" with umlaut or diaeresis ; "a-umlaut")
ascii code 133 (letter "a" with grave accent)
ascii code 134 (letter "a" with a ring)
ascii code 135 (Minuscule c-cedilla)
ascii code 136 (letter "e" with circumflex accent or "e-circumflex")
ascii code 137 (letter "e" with umlaut or diaeresis ; "e-umlaut")
ascii code 138 (letter "e" with grave accent)
ascii code 139 (letter "i" with umlaut or diaeresis ; "i-umlaut")
ascii code 140 (letter "i" with circumflex accent or "i-circumflex")
ascii code 141 (letter "i" with grave accent)
ascii code 142 (letter "A" with umlaut or diaeresis ; "A-umlaut")
ascii code 143 (letter "A" with a ring)
ascii code 144 (Capital letter "E" with acute accent or "E-acute")
ascii code 145 (Latin diphthong "ae")
ascii code 146 (Latin diphthong "AE")
ascii code 147 (letter "o" with circumflex accent or "o-circumflex")
ascii code 148 (letter "o" with umlaut or diaeresis ; "o-umlaut")
ascii code 149 (letter "o" with grave accent)
ascii code 150 (letter "u" with circumflex accent or "u-circumflex")
ascii code 151 (letter "u" with grave accent)
ascii code 152 (letter "y" with diaeresis)
ascii code 153 (letter "O" with umlaut or diaeresis ; "O-umlaut")
ascii code 154 (letter "U" with umlaut or diaeresis ; "U-umlaut")
ascii code 155 (slashed zero or empty set)
ascii code 156 (Pound sign ; symbol for the pound sterling)
ascii code 157 (slashed zero or empty set)
ascii code 158 (multiplication sign)
ascii code 159 (function sign ; f with hook sign ; florin sign )
ascii code 160 (letter "a" with acute accent or "a-acute")
ascii code 161 (letter "i" with acute accent or "i-acute")
ascii code 162 (letter "o" with acute accent or "o-acute")
ascii code 163 (letter "u" with acute accent or "u-acute")
ascii code 164 (letter "n" with tilde ; enye)
ascii code 165 (letter "N" with tilde ; enye)
ascii code 166 (feminine ordinal indicator )
ascii code 167 (masculine ordinal indicator)
ascii code 168 (Inverted question marks)
ascii code 169 (Registered trademark symbol)
ascii code 170 (Logical negation symbol)
ascii code 171 (One half)
ascii code 172 (Quarter or one fourth)
ascii code 173 (Inverted exclamation marks)
ascii code 174 (Guillemets or angle quotes)
ascii code 175 (Guillemets or angle quotes)
ascii code 176
ascii code 177
ascii code 178
ascii code 179 (Box drawing character)
ascii code 180 (Box drawing character)
ascii code 181 (Capital letter "A" with acute accent or "A-acute")
ascii code 182 (letter "A" with circumflex accent or "A-circumflex")
ascii code 183 (letter "A" with grave accent)
ascii code 184 (Copyright symbol)
ascii code 185 (Box drawing character)
ascii code 186 (Box drawing character)
ascii code 187 (Box drawing character)
ascii code 188 (Box drawing character)
ascii code 189 (Cent symbol)
ascii code 190 (YEN and YUAN sign)
ascii code 191 (Box drawing character)
ascii code 192 (Box drawing character)
ascii code 193 (Box drawing character)
ascii code 194 (Box drawing character)
ascii code 195 (Box drawing character)
ascii code 196 (Box drawing character)
ascii code 197 (Box drawing character)
ascii code 198 (letter "a" with tilde or "a-tilde")
ascii code 199 (letter "A" with tilde or "A-tilde")
ascii code 200 (Box drawing character)
ascii code 201 (Box drawing character)
ascii code 202 (Box drawing character)
ascii code 203 (Box drawing character)
ascii code 204 (Box drawing character)
ascii code 205 (Box drawing character)
ascii code 206 (Box drawing character)
ascii code 207 (generic currency sign )
ascii code 208 (lowercase "eth")
ascii code 209 (Capital letter "Eth")
ascii code 210 (letter "E" with circumflex accent or "E-circumflex")
ascii code 211 (letter "E" with umlaut or diaeresis ; "E-umlaut")
ascii code 212 (letter "E" with grave accent)
ascii code 213 (lowercase dot less i)
ascii code 214 (Capital letter "I" with acute accent or "I-acute")
ascii code 215 (letter "I" with circumflex accent or "I-circumflex")
ascii code 216 (letter "I" with umlaut or diaeresis ; "I-umlaut")
ascii code 217 (Box drawing character)
ascii code 218 (Box drawing character)
ascii code 219 (Block)
ascii code 220
ascii code 221 (vertical broken bar )
ascii code 222 (letter "I" with grave accent)
ascii code 223
ascii code 224 (Capital letter "O" with acute accent or "O-acute")
ascii code 225 (letter "Eszett" ; "scharfes S" or "sharp S")
ascii code 226 (letter "O" with circumflex accent or "O-circumflex")
ascii code 227 (letter "O" with grave accent)
ascii code 228 (letter "o" with tilde or "o-tilde")
ascii code 229 (letter "O" with tilde or "O-tilde")
ascii code 230 (Lowercase letter "Mu" ; micro sign or micron)
ascii code 231 (capital letter "Thorn")
ascii code 232 (lowercase letter "thorn")
ascii code 233 (Capital letter "U" with acute accent or "U-acute")
ascii code 234 (letter "U" with circumflex accent or "U-circumflex")
ascii code 235 (letter "U" with grave accent)
ascii code 236 (letter "y" with acute accent)
ascii code 237 (Capital letter "Y" with acute accent)
ascii code 238 (macron symbol)
ascii code 239 (Acute accent)
ascii code 240 (Hyphen)
ascii code 241 (Plus-minus sign)
ascii code 242 (underline or underscore)
ascii code 243 (three quarters)
ascii code 244 (paragraph sign or pilcrow)
ascii code 245 (Section sign)
ascii code 246 (The division sign ; Obelus)
ascii code 247 (cedilla)
ascii code 248 (degree symbol )
ascii code 249 (Diaeresis)
ascii code 250 (Interpunct or space dot)
ascii code 251 (superscript one)
ascii code 252 (cube or superscript three)
ascii code 253 (Square or superscript two)
ascii code 254 (black square)
ascii code 255 nbsp (non-breaking space or no-break space)

Você também pode gostar