Instructions
Decimal to Binary
Steps to Convert from Decimal to Binary
If you don't have a calculator to hand, you can easily convert a decimal number to binary using the remainder method. This involves dividing the number by 2 recursively until you're left with 0, while taking note of each remainder.
Write down the decimal number. Divide the number by 2. Write the result underneath. Write the remainder on the right hand side. This will be 0 or 1. Divide the result of the division by 2 and again write down the remainder. Continue dividing and writing down remainders until the result of the division is 0. The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top. Read the series of 1s and 0s on the right from the bottom up. This is the binary equivalent of the decimal number.
Decimal |
Binary |
0 |
0 |
1 |
1 |
2 |
10 |
3 |
11 |
4 |
100 |
5 |
101 |
6 |
110 |
7 |
111 |
8 |
1000 |
9 |
1001 |
10 |
1010 |
Decimal to Octal
Steps to Convert from Decimal to Binary
If you don't have a calculator to hand, you can easily convert a decimal number to binary using the remainder method. This involves dividing the number by 2 recursively until you're left with 0, while taking note of each remainder.
Write down the decimal number. Divide the number by 2. Write the result underneath. Write the remainder on the right hand side. This will be 0 or 1. Divide the result of the division by 2 and again write down the remainder. Continue dividing and writing down remainders until the result of the division is 0. The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top. Read the series of 1s and 0s on the right from the bottom up. This is the binary equivalent of the decimal number.
Decimal |
Binary |
0 |
0 |
1 |
1 |
2 |
10 |
3 |
11 |
4 |
100 |
5 |
101 |
6 |
110 |
7 |
111 |
8 |
1000 |
9 |
1001 |
10 |
1010 |
Decimal to Hexadcimal
Steps to Convert from Decimal to Binary
If you don't have a calculator to hand, you can easily convert a decimal number to binary using the remainder method. This involves dividing the number by 2 recursively until you're left with 0, while taking note of each remainder.
Write down the decimal number. Divide the number by 2. Write the result underneath. Write the remainder on the right hand side. This will be 0 or 1. Divide the result of the division by 2 and again write down the remainder. Continue dividing and writing down remainders until the result of the division is 0. The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top. Read the series of 1s and 0s on the right from the bottom up. This is the binary equivalent of the decimal number.
Decimal |
Binary |
0 |
0 |
1 |
1 |
2 |
10 |
3 |
11 |
4 |
100 |
5 |
101 |
6 |
110 |
7 |
111 |
8 |
1000 |
9 |
1001 |
10 |
1010 |
Octal to Binary
Steps to Convert from Decimal to Binary
If you don't have a calculator to hand, you can easily convert a decimal number to binary using the remainder method. This involves dividing the number by 2 recursively until you're left with 0, while taking note of each remainder.
Write down the decimal number. Divide the number by 2. Write the result underneath. Write the remainder on the right hand side. This will be 0 or 1. Divide the result of the division by 2 and again write down the remainder. Continue dividing and writing down remainders until the result of the division is 0. The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top. Read the series of 1s and 0s on the right from the bottom up. This is the binary equivalent of the decimal number.
Decimal |
Binary |
0 |
0 |
1 |
1 |
2 |
10 |
3 |
11 |
4 |
100 |
5 |
101 |
6 |
110 |
7 |
111 |
8 |
1000 |
9 |
1001 |
10 |
1010 |
Octal to Decimal
Steps to Convert from Decimal to Binary
If you don't have a calculator to hand, you can easily convert a decimal number to binary using the remainder method. This involves dividing the number by 2 recursively until you're left with 0, while taking note of each remainder.
Write down the decimal number. Divide the number by 2. Write the result underneath. Write the remainder on the right hand side. This will be 0 or 1. Divide the result of the division by 2 and again write down the remainder. Continue dividing and writing down remainders until the result of the division is 0. The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top. Read the series of 1s and 0s on the right from the bottom up. This is the binary equivalent of the decimal number.
Decimal |
Binary |
0 |
0 |
1 |
1 |
2 |
10 |
3 |
11 |
4 |
100 |
5 |
101 |
6 |
110 |
7 |
111 |
8 |
1000 |
9 |
1001 |
10 |
1010 |
Octal to Hexadcimal
Steps to Convert from Decimal to Binary
If you don't have a calculator to hand, you can easily convert a decimal number to binary using the remainder method. This involves dividing the number by 2 recursively until you're left with 0, while taking note of each remainder.
Write down the decimal number. Divide the number by 2. Write the result underneath. Write the remainder on the right hand side. This will be 0 or 1. Divide the result of the division by 2 and again write down the remainder. Continue dividing and writing down remainders until the result of the division is 0. The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top. Read the series of 1s and 0s on the right from the bottom up. This is the binary equivalent of the decimal number.
Decimal |
Binary |
0 |
0 |
1 |
1 |
2 |
10 |
3 |
11 |
4 |
100 |
5 |
101 |
6 |
110 |
7 |
111 |
8 |
1000 |
9 |
1001 |
10 |
1010 |
Instructions
Decimal to Binary
Steps to Convert from Decimal to Binary
If you don't have a calculator to hand, you can easily convert a decimal number to binary using the remainder method. This involves dividing the number by 2 recursively until you're left with 0, while taking note of each remainder.
Write down the decimal number. Divide the number by 2. Write the result underneath. Write the remainder on the right hand side. This will be 0 or 1. Divide the result of the division by 2 and again write down the remainder. Continue dividing and writing down remainders until the result of the division is 0. The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top. Read the series of 1s and 0s on the right from the bottom up. This is the binary equivalent of the decimal number.
Decimal |
Binary |
0 |
0 |
1 |
1 |
2 |
10 |
3 |
11 |
4 |
100 |
5 |
101 |
6 |
110 |
7 |
111 |
8 |
1000 |
9 |
1001 |
10 |
1010 |
Decimal to Octal
Steps to Convert from Decimal to Binary
If you don't have a calculator to hand, you can easily convert a decimal number to binary using the remainder method. This involves dividing the number by 2 recursively until you're left with 0, while taking note of each remainder.
Write down the decimal number. Divide the number by 2. Write the result underneath. Write the remainder on the right hand side. This will be 0 or 1. Divide the result of the division by 2 and again write down the remainder. Continue dividing and writing down remainders until the result of the division is 0. The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top. Read the series of 1s and 0s on the right from the bottom up. This is the binary equivalent of the decimal number.
Decimal |
Binary |
0 |
0 |
1 |
1 |
2 |
10 |
3 |
11 |
4 |
100 |
5 |
101 |
6 |
110 |
7 |
111 |
8 |
1000 |
9 |
1001 |
10 |
1010 |
Decimal to Hexadcimal
Steps to Convert from Decimal to Binary
If you don't have a calculator to hand, you can easily convert a decimal number to binary using the remainder method. This involves dividing the number by 2 recursively until you're left with 0, while taking note of each remainder.
Write down the decimal number. Divide the number by 2. Write the result underneath. Write the remainder on the right hand side. This will be 0 or 1. Divide the result of the division by 2 and again write down the remainder. Continue dividing and writing down remainders until the result of the division is 0. The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top. Read the series of 1s and 0s on the right from the bottom up. This is the binary equivalent of the decimal number.
Decimal |
Binary |
0 |
0 |
1 |
1 |
2 |
10 |
3 |
11 |
4 |
100 |
5 |
101 |
6 |
110 |
7 |
111 |
8 |
1000 |
9 |
1001 |
10 |
1010 |
Octal to Binary
Steps to Convert from Decimal to Binary
If you don't have a calculator to hand, you can easily convert a decimal number to binary using the remainder method. This involves dividing the number by 2 recursively until you're left with 0, while taking note of each remainder.
Write down the decimal number. Divide the number by 2. Write the result underneath. Write the remainder on the right hand side. This will be 0 or 1. Divide the result of the division by 2 and again write down the remainder. Continue dividing and writing down remainders until the result of the division is 0. The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top. Read the series of 1s and 0s on the right from the bottom up. This is the binary equivalent of the decimal number.
Decimal |
Binary |
0 |
0 |
1 |
1 |
2 |
10 |
3 |
11 |
4 |
100 |
5 |
101 |
6 |
110 |
7 |
111 |
8 |
1000 |
9 |
1001 |
10 |
1010 |
Octal to Decimal
Steps to Convert from Decimal to Binary
If you don't have a calculator to hand, you can easily convert a decimal number to binary using the remainder method. This involves dividing the number by 2 recursively until you're left with 0, while taking note of each remainder.
Write down the decimal number. Divide the number by 2. Write the result underneath. Write the remainder on the right hand side. This will be 0 or 1. Divide the result of the division by 2 and again write down the remainder. Continue dividing and writing down remainders until the result of the division is 0. The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top. Read the series of 1s and 0s on the right from the bottom up. This is the binary equivalent of the decimal number.
Decimal |
Binary |
0 |
0 |
1 |
1 |
2 |
10 |
3 |
11 |
4 |
100 |
5 |
101 |
6 |
110 |
7 |
111 |
8 |
1000 |
9 |
1001 |
10 |
1010 |
Octal to Hexadcimal
Steps to Convert from Decimal to Binary
If you don't have a calculator to hand, you can easily convert a decimal number to binary using the remainder method. This involves dividing the number by 2 recursively until you're left with 0, while taking note of each remainder.
Write down the decimal number. Divide the number by 2. Write the result underneath. Write the remainder on the right hand side. This will be 0 or 1. Divide the result of the division by 2 and again write down the remainder. Continue dividing and writing down remainders until the result of the division is 0. The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top. Read the series of 1s and 0s on the right from the bottom up. This is the binary equivalent of the decimal number.
Decimal |
Binary |
0 |
0 |
1 |
1 |
2 |
10 |
3 |
11 |
4 |
100 |
5 |
101 |
6 |
110 |
7 |
111 |
8 |
1000 |
9 |
1001 |
10 |
1010 |