Binary to Decimal Converter Base‑2 → Base‑10 · Integers & Fractions
decimal = binary_to_decimal( binary )
Convert binary numbers (base‑2) to decimal (base‑10) instantly. Supports integers, fractions, and negative values using two's complement.
0 bits integer
idle
Invalid binary input

Conversion Steps

0 digits processed
# Digit Position Power of 2 Contribution
Enter a binary number to see conversion steps
Presets:
Powers of 2 Reference 2n values
n 2n n 2n n 2n n 2n
Supports integers (e.g., 1101) and fractions (e.g., 1101.101) · Two's complement for negative numbers