Day 3

Binary System

I understood that computers only understand the language of 0 and 1

So I needed a way to make the computer understand sounds, videos, images and languages

Therefore, symbols, numbers, and letters were converted into a value in the binary system, and this system is

ASCII code (American Standard Information Interchange)

 

As is clear in the previous image, this system provides each letter with a fixed value that the computer can understand

But this system is not sufficient because the data here represents only 7 bits or 8 bits

Because the maximum value I can reach is 255, assuming that there are 8 closed keys

But I cannot represent the rest of the multiple languages such as Arabic, Chinese, Japanese, and others

A new system called Unicode was invented, which can give you from 16 bits to 32 bits 

Comments

Popular posts from this blog

Day 2

Day 17

Day 1