Binary to Decimal Converter
Convert binary bits (0s and 1s) to base-10 decimal with interactive powers of 2 breakdown.
Only binary digits 0 and 1 are accepted.
Powers of 2 (Place Value Expansion)
| Bit Position (n) | Bit Value | Weight ($2^n$) | Calculation |
|---|---|---|---|
| 5 | 1 | 2^5 = 32 | 1 × 32 = 32 |
| 4 | 0 | 2^4 = 16 | 0 × 16 = 0 |
| 3 | 1 | 2^3 = 8 | 1 × 8 = 8 |
| 2 | 0 | 2^2 = 4 | 0 × 4 = 0 |
| 1 | 1 | 2^1 = 2 | 1 × 2 = 2 |
| 0 | 0 | 2^0 = 1 | 0 × 1 = 0 |
Conversion Formula & Standards
Conversions follow International System of Units (SI) and ISO standard constants.
How to Use Binary to Decimal Converter
Enter a binary sequence composed of 0s and 1s (e.g. 101010).
The tool validates your bit string in real time.
See the calculated decimal integer and the place-value power expansion.
Frequently Asked Questions
How do you calculate 1010 in decimal?
(1 × 2³) + (0 × 2²) + (1 × 2¹) + (0 × 2⁰) = 8 + 0 + 2 + 0 = 10.
Explore Companion Converters
Instant bidirectional unit and number system converters with zero server latency.
Decimal to Binary Converter
Convert base-10 decimal integers to base-2 binary with 8-bit, 16-bit, and 32-bit padding options.
Decimal to Hex Converter
Convert decimal numbers to base-16 hexadecimal (0x...) with uppercase/lowercase formatting.
Hex to Decimal Converter
Convert base-16 hexadecimal values (0-9, A-F) to base-10 decimal numbers.
Roman Numeral Converter
Bidirectional converter: translate Arabic numbers (1–3999) to Roman numerals and Roman numerals to numbers.
Length Converter
Instantly convert between metric and imperial lengths: meters, kilometers, miles, feet, inches, and yards.
Weight Converter
Convert mass and weight between kilograms, grams, pounds (lbs), ounces (oz), metric tons, and stones.