Binary to Decimal Converter
Convert binary numbers to decimal with step-by-step breakdown
Decimal Result
10
Step-by-Step Conversion
| Bit | Position | Power of 2 | Value |
|---|---|---|---|
| 1 | 3 | 2^3 = 8 | 1 × 8 = 8 |
| 0 | 2 | 2^2 = 4 | 0 × 4 = 0 |
| 1 | 1 | 2^1 = 2 | 1 × 2 = 2 |
| 0 | 0 | 2^0 = 1 | 0 × 1 = 0 |
Sum: 8 + 0 + 2 + 0 = 10
Common Binary Values
💡
Help us improve!
How would you rate the Binary to Decimal Converter?
Editorial Note
MyCalcBuddy Editorial Team
This page is maintained as an educational calculator reference.
📚
Formula Source: NIST Guide to SI Units
by National Institute of Standards
🔄Last reviewed: May 2026
✓Formula checks are based on standard references and internal QA review.