The binary system is another way of counting. Instead of being a base-10 system, it is a base-2 system, using only two digits: 0 and 1. Again, the position of a digit gives it a particular value. 1010101 means 1 unit, plus 0 x 2, plus 1 x 2 x 2, plus 0 x 2 x 2 x2, plus1 x 2 x 2 x 2 x 2, plus 0 x 2x 2 x 2 x 2x 2,plus 1 x 2 x 2 x 2 x 2 x 2 x 2. 1010101 is the same as 85 in decimal numbers.

When you learn math at school, you use a base-10 number system. That means your number system consists of 10 digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. When you add one to nine, you move the 1 one spot to the left into the tens place and put a 0 in the ones place: 10. The binary system, on the other hand, is a base-2 number system. That means it only uses two numbers: 0 and 1. When you add one to one, you move the 1 one spot to the left into the twos place and put a 0 in the ones place: 10. So, in a base-10 system, 10 equal ten. In a base-2 system, 10 equal two.

In the base-10 system you’re familiar with, the place values start with ones and move to tens, hundreds, and thousands as you move to the left. That’s because the system is based upon powers of 10. Likewise, in a base-2 system, the place values start with ones and move to twos, fours, and eights as you move to the left. That’s because the base-2 system is based upon powers of two. Each binary digit is known as a bit.

Don’t worry if the binary system seems confusing right now. It’s fairly easy to pick up once you work with it a while. It just seems confusing at first because all numbers are made up of only 0s and 1s. The familiar base-10 system is as easy as 1-2-3, while the base-2 binary system is as easy as 1-10-11.

You may WONDER why computers use the binary system. Computers and other electronic systems work faster and more efficiently using the binary system, because the system’s use of only two numbers is easy to duplicate with an on/off system. Electricity is either on or off, so devices can use an on/off switch within electric circuits to process binary information easily. For example, off can equal 0 and on can equal 1.

Every letter, number, and symbol on a keyboard is represented by an eight-bit binary number. For example, the letter A is actually 01000001 as far as your computer is concerned! To help you develop a better understanding of the binary system and how it relates to the decimal system you’re familiar with, here’s how the decimal numbers 1-10 look in binary:

Picture Credit : Google