<-Prev Next->
What is ASCII code?
Our computer runs on the binary or hexadecimal number system!
It means whatever we give input to the computer firstly it converts it in to the corresponding binary or hexadecimal system & then sends to processor for processing!
All the characters like A – Z, a-z, 0-9, or special symbols have their own values. These values are known as ASCII value. ACSII stands for “AMERICAN STANDARED CODE FOR INFORMATION INTERCHANGE”
Let’s see the ASCII codes for some most useful character…
Character-> corresponding ACSII value in decimal number system
A -> 65
B -> 66
..
Z ->90
a -> 97
b ->91
..
z ->122
0 ->48
1 ->49
9 ->57
<-Prev Next->
What is ASCII code?
Our computer runs on the binary or hexadecimal number system!
It means whatever we give input to the computer firstly it converts it in to the corresponding binary or hexadecimal system & then sends to processor for processing!
All the characters like A – Z, a-z, 0-9, or special symbols have their own values. These values are known as ASCII value. ACSII stands for “AMERICAN STANDARED CODE FOR INFORMATION INTERCHANGE”
Let’s see the ASCII codes for some most useful character…
Character-> corresponding ACSII value in decimal number system
A -> 65
B -> 66
..
Z ->90
a -> 97
b ->91
..
z ->122
0 ->48
1 ->49
9 ->57
<-Prev Next->
Đăng nhận xét