Decimal to Binary Converter
Instantly convert decimal to binary with live bidirectional calculation, mathematical formula breakdown, and quick-reference snippet charts.
How to Convert Decimal to Binary
Mathematical formulation and step-by-step conversion steps.
Repeatedly divide the decimal integer by 2, recording the remainders in reverse order.
To convert 10 decimal into binary:
Quick-Reference Conversion Table
Calculated values for common decimal to binary comparisons.
Decimal to Binary (dec (Base 10) → bin (Base 2))
| Decimal (dec (Base 10)) | Binary (bin (Base 2)) |
|---|---|
| 1 dec (Base 10) | 1 bin (Base 2) |
| 2 dec (Base 10) | 10 bin (Base 2) |
| 5 dec (Base 10) | 101 bin (Base 2) |
| 10 dec (Base 10) | 1010 bin (Base 2) |
| 20 dec (Base 10) | 10100 bin (Base 2) |
| 50 dec (Base 10) | 110010 bin (Base 2) |
| 100 dec (Base 10) | 1100100 bin (Base 2) |
| 250 dec (Base 10) | 11111010 bin (Base 2) |
| 500 dec (Base 10) | 111110100 bin (Base 2) |
| 1000 dec (Base 10) | 1111101000 bin (Base 2) |
Binary to Decimal (bin (Base 2) → dec (Base 10))
| Binary (bin (Base 2)) | Decimal (dec (Base 10)) |
|---|---|
| 1 bin (Base 2) | 1 dec (Base 10) |
| 2 bin (Base 2) | dec (Base 10) |
| 5 bin (Base 2) | dec (Base 10) |
| 10 bin (Base 2) | 2 dec (Base 10) |
| 20 bin (Base 2) | dec (Base 10) |
| 50 bin (Base 2) | dec (Base 10) |
| 100 bin (Base 2) | 4 dec (Base 10) |
| 250 bin (Base 2) | dec (Base 10) |
| 500 bin (Base 2) | dec (Base 10) |
| 1000 bin (Base 2) | 8 dec (Base 10) |
Related Digital & Computing Conversions
Explore other units frequently converted alongside decimal.
Decimal to Binary FAQ
Common answers and formulas for converting decimal to binary.
How many binary are in 1 decimal?
1 decimal (dec (Base 10)) is equal to 1 binary (bin (Base 2)).
What is the conversion formula for dec (Base 10) to bin (Base 2)?
The formula is: bin (Base 2) = Base2(dec (Base 10)). Repeatedly divide the decimal integer by 2, recording the remainders in reverse order.
How do I convert 10 decimal to binary?
To convert 10 decimal to binary, apply the conversion formula: 10 dec (Base 10) = 1010 bin (Base 2).
Can I reverse this calculation to convert binary to decimal?
Yes, use the quick-swap button (⇄) on the converter above or visit the reverse Binary to Decimal converter.