Unsigned Base 2 Binary Numbers - To Base 10 Decimal System Converter

Use the form below to convert base 2 unsigned binary numbers to base 10 decimal system equivalents

How to convert a base 2 unsigned binary number to a base 10 decimal system equivalent: [1] Multiply each bit of the unsigned binary number by its corresponding power of 2 that its place value represents. [2] Add all the terms up to get the base 10 decimal system equivalent.

The latest base 2 unsigned binary numbers converted and written as base 10 decimal system equivalents

Convert 1000 1100 0110 1111, unsigned base 2 binary number written on 16 bit, to a base 10 decimal system equivalent Feb 10 08:51 UTC (GMT)
Convert 1111 1011 1011 1011 1111 1011 1011 1011 1111 1100 0100 1001, unsigned base 2 binary number written on 48 bit, to a base 10 decimal system equivalent Feb 10 08:51 UTC (GMT)
Convert 1 1001 1010 1111 0011 1001 0001 1010 0011 1001 1011 1011 1110 1110 0101, unsigned base 2 binary number written on 57 bit, to a base 10 decimal system equivalent Feb 10 08:51 UTC (GMT)
Convert 100 0100 0111 1011 0111 1101 0000 0100, unsigned base 2 binary number written on 31 bit, to a base 10 decimal system equivalent Feb 10 08:51 UTC (GMT)
Convert 101 1101 0001 0101, unsigned base 2 binary number written on 15 bit, to a base 10 decimal system equivalent Feb 10 08:50 UTC (GMT)
Convert 1101 1011 1111 0111, unsigned base 2 binary number written on 16 bit, to a base 10 decimal system equivalent Feb 10 08:44 UTC (GMT)
Convert 11 0000 0000 0000 1111 1111 0000 1100, unsigned base 2 binary number written on 30 bit, to a base 10 decimal system equivalent Feb 10 08:41 UTC (GMT)
Convert 1000 1101 1001 0100 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1100 0111, unsigned base 2 binary number written on 64 bit, to a base 10 decimal system equivalent Feb 10 08:36 UTC (GMT)
Convert 1 1010, unsigned base 2 binary number written on 5 bit, to a base 10 decimal system equivalent Feb 10 08:35 UTC (GMT)
Convert 1100 0011 0101 0110, unsigned base 2 binary number written on 16 bit, to a base 10 decimal system equivalent Feb 10 08:30 UTC (GMT)
» Calculations performed by our visitors: Unsigned base 2 binary numbers converted and written as base 10 decimal system equivalents. Data organized on a Monthly Basis

How to convert unsigned binary numbers from binary system to decimal? Simply convert from base two to base ten.

To understand how to convert a number from base two to base ten, the easiest way is to do it through an example - convert the number from base two, 101 0011(2), to base ten:

  • Write bellow the binary number in base two, and above each bit that makes up the binary number write the corresponding power of 2 (numeral base) that its place value represents, starting with zero, from the right of the number (rightmost bit), walking to the left of the number, increasing each corresponding power of 2 by exactly one unit each time we move to the left:
  • powers of 2: 6 5 4 3 2 1 0
    digits: 1 0 1 0 0 1 1
  • Build the representation of the positive number in base 10, by taking each digit of the binary number, multiplying it by the corresponding power of 2 and then adding all the terms up:

    101 0011(2) =


    (1 × 26 + 0 × 25 + 1 × 24 + 0 × 23 + 0 × 22 + 1 × 21 + 1 × 20)(10) =


    (64 + 0 + 16 + 0 + 0 + 2 + 1)(10) =


    (64 + 16 + 2 + 1)(10) =


    83(10)

  • Binary unsigned number (base 2), 101 0011(2) = 83(10), unsigned positive integer in base 10