How to convert Decimal (10) to Binary (2)
Reference formulas, definitions, and quick lookup values for numbers conversion.
What is Decimal (10)?
A decimal (10) belongs to the numbers converter.
Everyday example: Example: Decimal (10) appears in practical numbers calculations.
History: Historical note: this unit is used in modern measurement systems.
What is Binary (2)?
A binary (2) belongs to the numbers converter.
Everyday example: Example: Binary (2) appears in practical numbers calculations.
History: Historical note: this unit is used in modern measurement systems.
Exact Mathematical Formula
value_to_base_2 = parse(value, base_10).toString(base_2)Decimal (10) to Binary (2) Quick Conversion Table
| Decimal (10) | Binary (2) |
|---|---|
| 1 | 1 |
| 2 | 10 |
| 8 | 1000 |
| 10 | 1010 |
| 16 | 10000 |
| 32 | 100000 |
| 64 | 1000000 |
| 128 | 10000000 |
| 255 | 11111111 |
| 1024 | 10000000000 |