To represent all 25 letters of the alphabet, you would need at least 5 bits.Â
This is because you would need 25 combinations of 1s and 5s to represent each letter.Â
5 bits give you 32 combinations whereas 4 bits give you 16Â
7bit per character
ASCIIÂ
American Standard Code for Information InterchangeÂ
Â
A coding system was created in the 1960s called the ASCIIÂ
Each letter is required by the keyboard was given a unique bit patternÂ
A bit pattern is a combination of 1s and 0s that is used to represent data.Â
Letters of the alphabet (lowercase) -- 26Â
Letters of the alphabet â 26Â
All numeric symbols â10Â
Punctuation, symbols and 'space' -- 33Â
32 codes reserved for non-printable control codes-32Â
Â
Â
95 are prinatbleÂ
32 are non prinatbleÂ
127 in totalÂ
Â
Â
UnicodeÂ
As computers developed and 16 bit computers were introdyed, a new character set was dveloped to accommodate the variosus other languages of this world Â
This new character set is nown as unclode Unicods used 32 bits (2 sets of 16 bits) to represebt every character in various language around the worldÂ
Within the UNICODE system, the original 127 ASCII charactersÂ