Decimal to Binary Converter

Convert decimal numbers to binary with step-by-step breakdown

Binary Result

0010 1010

6 bits

Division Method Steps

StepDivisionQuotientRemainder (Bit)
142 / 2210
221 / 2101
310 / 250
45 / 221
52 / 210
61 / 201

Read remainders from bottom to top: 101010

Common Decimal Values

How It Works

1. Divide the decimal number by 2

2. Write down the remainder (0 or 1)

3. Divide the quotient by 2

4. Repeat until the quotient is 0

5. Read the remainders from bottom to top