How To Convert Numbers To Binary Code?
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.
To convert a number to binary code, use the modulo method. Start by dividing the number by two and writing down the remainder. Continue to divide the number by two, each time writing down the remainder until you arrive at zero. The remainders written in reverse order form the binary number.