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

ASCII Table

This document shows the ASCII character encoding table. It lists each character code from 0 to 127 in decimal, hexadecimal, and binary forms. It also shows the corresponding symbol for each code. The table is organized with the most significant bit on the left and least significant bit on the right to demonstrate how ASCII encodes characters as 7-bit binary numbers.

Uploaded by

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

ASCII Table

This document shows the ASCII character encoding table. It lists each character code from 0 to 127 in decimal, hexadecimal, and binary forms. It also shows the corresponding symbol for each code. The table is organized with the most significant bit on the left and least significant bit on the right to demonstrate how ASCII encodes characters as 7-bit binary numbers.

Uploaded by

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

Most Significant Bit

000 001 010 011 100 101 110


0000 NULL DLE 0 @ P 7'

0001 SOH DC1 ! 1 A Q a


0010 STX DC2 " 2 B R b
0011 ETX DC3 # 3 C S c
0100 EDT DC4 $ 4 D T d
Least Significant bit

0101 ENQ NAK % 5 E U e


0110 ACK SYN & 6 F V f
0111 BEL ETB 7' 7 G W g
1000 BS CAN ( 8 H X h
1001 HT EM ) 9 I Y i
1010 LF SUB * : J Z j
1011 VT ESC R+ ; K [ k
1100 FF FS 7' < L \ l
1101 CR GS R- R= M ] m
1110 SO RS . > N ^ n
1111 SI US R/ ? O _ o
111
p
ASCII in ASCII in ASCII in
Symbol
q Binary Hexadecimal Decimal
r C 0 1000011 43 67
s o 0 1101111 6F 111
t m 0 1101101 6D 109
u p 0 1110000 70 112
v u 0 1110101 75 117
w t 0 1110100 74 116
x i 0 1101001 69 105
y n 0 1101110 6E 110
z g 0 1100111 67 103
{
|
}
~
DEL
Dec sym Dec sym Dec sym Dec sym Dec sym Dec sym Dec sym Dec sym
0 NULL 16 DLE 32 48 0 64 @ 80 P 96 7' 112 p
1 SOH 17 DC1 33 ! 49 1 65 A 81 Q 97 a 113 q
2 STX 18 DC2 34 " 50 2 66 B 82 R 98 b 114 r
3 ETX 19 DC3 35 # 51 3 67 C 83 S 99 c 115 s
4 EDT 20 DC4 36 $ 52 4 68 D 84 T 100 d 116 t
5 ENQ 21 NAK 37 % 53 5 69 E 85 U 101 e 117 u
6 ACK 22 SYN 38 & 54 6 70 F 86 V 102 f 118 v
7 BEL 23 ETB 39 7' 55 7 71 G 87 W 103 g 119 w
8 BS 24 CAN 40 ( 56 8 72 H 88 X 104 h 120 x
9 HT 25 EM 41 ) 57 9 73 I 89 Y 105 i 121 y
10 LF 26 SUB 42 * 58 : 74 J 90 Z 106 j 122 z
11 VT 27 ESC 43 R+ 59 ; 75 K 91 [ 107 k 123 {
12 FF 28 FS 44 7' 60 < 76 L 92 \ 108 l 124 |
13 CR 29 GS 45 R- 61 R= 77 M 93 ] 109 m 125 }
14 SO 30 RS 46 . 62 > 78 N 94 ^ 110 n 126 ~
15 SI 31 US 47 R/ 63 ? 79 O 95 _ 111 o 127 DEL

You might also like