Homeโ€บConversionโ€บNumber conversionโ€บBinary to decimal

Binary to Decimal Converter

Enter a binary number and press Convert (e.g. 1101 โ†’ 13):

Binary Number (Base 2)
Decimal Result (Base 10)

How to Convert Binary to Decimal

Each binary digit represents a power of 2, starting from the rightmost digit (2โฐ).

Decimal = bโ‚โ‚™โ‚Žร—2โฟ + bโ‚โ‚™โ‚‹โ‚โ‚Žร—2โฟโปยน + ... + bโ‚ร—2ยน + bโ‚€ร—2โฐ

Example: 1101โ‚‚ to decimal

1ร—2ยณ + 1ร—2ยฒ + 0ร—2ยน + 1ร—2โฐ = 8 + 4 + 0 + 1 = 13

Binary to Decimal Conversion Table

BinaryDecimalHex

See Also

Number Conversion