Binary to Decimal Converter
Convert between binary (base 2) and decimal (base 10) number systems. Enter a decimal number to see its binary representation with bit grouping and place values.
Inputs
Results
Decimal
42
Binary
0010 1010
Bit Count
6 bits
Bytes
1 bytes
Place Values
| Bit | Position (2^n) | Value |
|---|---|---|
| 1 | 5 | 32 |
| 1 | 3 | 8 |
| 1 | 1 | 2 |