How To Convert Decimal To Binary Manually?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Write down the decimal number
2. Divide the number by 2
3. Write down the remainder (in the first row of your table)
4. Divide the result again by 2 and write down the remainder
5. Continue dividing and writing down the remainders until you get a quotient of 0
6. Read the remainders from bottom to top to get your binary number.
1. Take the decimal number, e.g. 12
2. Divide the number by 2, take the remainder and write it down.
12 ÷ 2 = 6 , remainder 0
3. Divide the number by 2 again and repeat the process 6 ÷ 2 = 3, remainder 0
4. Divide the number by 2 again and repeat the process 3 ÷ 2 = 1, remainder 1
5. Divide the number by 2 one last time and repeat the process
1 ÷ 2 = 0, remainder 1 6. The answer is the remainders written in reverse order, so for the example above the binary number would be 1100.