You are on page 1of 1

Tabela do código ASCII Padrão (7 bits)

Bits (b6b5b4)
000(0) 001(1) 010(2) 011(3) 100(4) 101(5) 110(6) 111(7)
NUL DLE SP 0 @ P ` p 0000(0)
SOH DC1 ! 1 A Q a q 0001(1)
STX DC2 “ 2 B R b r 0010(2)
ETX DC3 # 3 C S c s 0011(3)
EOT DC4 $ 4 D T d t 0100(4) B
ENQ NAK % 5 E U e u 0101(5) i
t
ACK SYN & 6 F V f v 0110(6)
s
BEL ETB ‘ 7 G W g w 0111(7)
BS CAN ( 8 H X h x 1000(8)
b3
HT EM ) 9 I Y i y 1001(9) b
2
LF SUB * : J Z j z 1010(A) b
1
VT ESC + ; K [ k { 1011(B) b
0
FF FS , < L \ l | 1100(C)
CR GS - = M ] m } 1101(D)
SO RS . > N ^ n ~ 1110(E)
SI US / ? O _ o DEL 1111(F)

Descrição dos mnemônicos dos caracteres ASCII


Cod. Hexa Significado Cod. Hexa Significado
NUL #$00 Null DC1 #$11 Device Control 1
SOH #$01 Start Of Heading DC2 #$12 Device Control 2
STX #$02 Start Of Text DC3 #$13 Device Control 3
ETX #$03 End Of Text DC4 #$14 Device Control 4
EOT #$04 End Of Transmission NAK #$15 Negative Acknowledgement
ENQ #$05 Enquiry SYN #$16 Synchronous/IDLE
ACK #$06 Acknowledgement ETB #$17 End Of Transmited Block
BEL #$07 Bell ou Attention Signal CAN #$18 Cancel (Error In Data)
BS #$08 Back Space EM #$19 End Of Medium
HT #$09 Horizontal Tabulation SUB #$1A Star Of Special Sequence
LF #$0A Line Feed ESC #$1B Escape
VT #$0B Vertical Tabulation FS #$1C Information File Separator
FF #$0C Form Feed GS #$1D Information Group Separator
CR #$0D Carriage Return RS #$1E Information Record Separator
SO #$0E Shift Out US #$1F Information Unit Separator
SI #$0F Shift In SP #$20 Space (Espaco em branco)
DLE #$10 Data Link Escape DEL #$7F Delete

You might also like