How to Decimal to Binary?

Divide the decimal number by 2

Record the remainder

Divide the quotient by 2 again

Record each remainder

Repeat until the quotient is 0

Read the remainders from bottom to top

The read sequence is the binary number

Suggested for You

Trending Today