Summarize this article:
Last updated on September 30, 2025
The binary is a numerical system that allows the use of only two digits: 0 and 1. The binary representation of 2 is 10, represented 2 = 1 x 2^1 + 0 x 2^0. Each place value represents a power of 2 starting from 2^0 to the right. For example, 102 = 210. The binary number system is fundamental in computing because digital systems operate using two states: on (1) and off (0).
To convert the number 2 into binary, we have to follow the following steps:
Step 1: Start by dividing the number (2) by 2, the base of the binary system.
2 ÷ 2 = 1 with a remainder of 0.
Step 2: Write down the remainder (0) as the least significant value (bit) or the rightmost bit of the binary number.
Step 3: Take the quotient (1) and divide it by 2 again:
1 ÷ 2 = 0 with a remainder of 1.
Step 4: Write down this remainder (1) to the left of the previous bit.
Step 5: Since the quotient is now 0, the process stops
Reading the remainders from bottom to top gives the binary representation of 2 which is, 10.
To understand the concept of binary, let us see the chart of various numbers as to how it is written in binary:
Numerical System | Binary Conversion |
0 | 0000 |
1 | 0001 |
2 | 0010 |
3 | 0011 |
4 | 0100 |
5 | 0101 |
6 | 0110 |
7 | 0111 |
8 | 1000 |
9 | 1001 |
10 | 1010 |
The above table shows the binary conversions of the numbers from 1 to 10. In the above chart, 2 is represented as, 0010 or 10.
2 can be written in binary by using 2 ways, the expansion method and grouping method. Let us now see how we can use these two methods to write 2 in binary.
The step-by-step process of using the expansion method to convert 2 to binary is given below:
Step 1: Understand the binary place values
Binary numbers are expressed as powers of 2. The place values from left to right are:
20 = 1, 21 = 2, 22 = 4, 23 = 8 and so on.
Step 2: Find the largest power of 2 less than or equal to 2
The largest power of 2 that fits into 2 is 21 = 2.
Step 3: Write a 1 in that place
Since 21 = 2, place a 1 in the 21 position.
Step 4: Subtract the value of 21 from the number
2 – 2 = 0.
Step 5: Move to the next lower place value (20):
Since there is no remainder, place a 0 in the position of 20.
Step 6: Write the binary number:
Reading the bits from left to right, the binary number of 2 is 10.
The step-by-step process of using the grouping method to convert 2 to binary is given below:
Step 1: Start with the number
The given number is 2.
Step 2: Divide by 2 and record the remainder
2 ÷ 2 = 0
The remainder is 0
The remainder (0) becomes the rightmost (least significant) bit.
Step 3: Divide the quotient by 2
1 ÷ 2 = 1
The remainder is 1
The remainder (1) becomes the next bit to the left.
Step 4: Group the remainders
Read the remainders from bottom to top: 10
Step 5: Write the binary number
The binary representation of 2 is 10.
There are various rules the students must follow for converting numbers into binary. The rules are as follows:
Rule 1: Place Value Method:
This method involves representing a number as a sum of powers of 2:
Rule 2: Division by 2 Method:
This method involves dividing the number by 2 and then recording the remainders:
Rule 3: Representation Method:
This method uses the binary place values directly:
Rule 4: Limitation Rule:
This rule shows the different limitations that occur during binary conversions:
Understand the Base-2 System:
Unlike our normal number system (Base-10) binary numbers uses only two digits: 0 and 1. Each position of a binary number represents a power of 2.
Master Repeated Division Method:
Students must practice the repeated division method, which is, consistent division of the given number by 2 until the quotient becomes 0. The students must then record the remainders (0 or 1) in each step. The binary number is then read by the remainders from bottom to top.
Practice with Small Numbers:
Students must learn to always start with small numbers, like from 1 to 20. Then when they understand the concept of conversions, they can move on to larger numbers.
Use Online Calculators (initially):
Students can use calculators to verify their answers and check the manual calculations. The students must analyze how the online converter performs the conversions to gain knowledge of the concept. This tip is only for extra knowledge, do not use the calculators indefinitely as it will hinder the student's manual calculations.
Connect to Real-World Applications:
Students can apply the concept of binary conversions to real-world applications like computer science and electronics. This helps students to understand the concept of binary conversions and how they are used in different fields.
NA
Convert the number 10 into binary.
10 in binary is, 1010
Divide 10 by 2 repeatedly:
10/2 = 5 remainder is 0
5/2 = 2 remainder is 1
2/2 = 1 remainder is 0
1/2 = 0 remainder is 1
Read the remainders from bottom to top: 1010.
Convert the number 25 into binary.
25 in binary is, 11001.
Divide 25 by 2 repeatedly:
25/2 = 12 remainder is 1
12/2 = 6 remainder is 0
6/2 = 3 remainder is 0
3/2 = 1 remainder is 1
½ = 0 remainder is 1
Read the remainders from bottom to top: 11001.
Convert the number 50 into binary.
50 in binary is, 110010.
Divide 50 by 2 repeatedly:
50/2 = 25 remainder is 0
25/2 = 12 remainder is 1
12/2 = 6 remainder is 0
6/2 = 3 remainder is 0
3/2 = 1 remainder is 1
1/2 = 0 remainder is 1
Read the remainders from bottom to top: 110010.
Convert the number 128 into binary.
128 in binary is, 10000000.
Divide 128 by 2 repeatedly:
128/2 = 64 remainder is 0
64/2 = 32 remainder is 0
32/2 = 16 remainder is 0
16/2 = 8 remainder is 0
8/2 = 4 remainder is 0
4/2 = 2 remainder is 0
2/2 = 1 remainder is 1
Read the remainders from bottom to top: 10000000.
Convert the number 21 into binary.
21 in binary is, 10101
Divide 21 by 2 repeatedly:
21/2 = 10 remainder is 1
10/2 = 5 remainder is 0
5/2 = 2 remainder is 1
2/2 = 1 remainder is 0
1/2 = 0 remainder is 1
Read the remainders from bottom to top: 10101.
Hiralee Lalitkumar Makwana has almost two years of teaching experience. She is a number ninja as she loves numbers. Her interest in numbers can be seen in the way she cracks math puzzles and hidden patterns.
: She loves to read number jokes and games.