Base Conversion•Live Bidirectional•100% Client-Side

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.

Sample Bit Sequences:
Decimal Integer (Base 10)
42
Hexadecimal: 0x2A

Powers of 2 (Place Value Expansion)

Bit Position (n)Bit ValueWeight ($2^n$)Calculation
512^5 = 321 × 32 = 32
402^4 = 160 × 16 = 0
312^3 = 81 × 8 = 8
202^2 = 40 × 4 = 0
112^1 = 21 × 2 = 2
002^0 = 10 × 1 = 0

Conversion Formula & Standards

Conversions follow International System of Units (SI) and ISO standard constants.

Decimal = Σ(Bit × 2ⁿ) for n = 0 to length-1

How to Use Binary to Decimal Converter

01

Enter a binary sequence composed of 0s and 1s (e.g. 101010).

02

The tool validates your bit string in real time.

03

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.

View all 20 converters