what is ascii code
ASCII CODE
Bit-
Bit ie Binary digit is the smallest unit of computer memory. It displays a binary number 0 or 1 in memory. This is a small form of binary digits.
Byte-
This is the standard unit of computer memory.
Every letter, number or special mark pressed with key-board in the memory of the computer is stored in ASCII code. Each ASCII code is of 8 bytes. Thus, to conserve any letter in memory, 8 bits consist of 1 byte.
Character-
Apart from numbers, it is a sign that is used to describe language and meaning. For example we see
a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9! @ # $% ^ & * () _ - = | \ `,. /; '[] {}: "<>?
There are 256 codes in ASCII. The value of the standard ASCII code is 0 to 127, whereas from 128 to 256, the Character Extended are set to have ASCII codes. Computer systems commonly use ASCII code to store the character. Each character is stored using 8 bits.


