CODE4USE

Binary to Decimal Converter



Convert Binary to Decimal

Enter the binary number to decode

The Decode Number:

Binary System

Binary is the simplest kind of number system that uses only two digits of 0 and 1. By using these digits computational problems can be solved by machines because in digital electronics a transistor is used in two states. Those two states can be represented by 0 and 1. That is why this number system is the most preferred in modern computer engineer, networking and communication specialists, and other professionals.


Decimal System

Decimal number system is the most commonly used and the most familiar one to the general public. It is also known as Base 10 numbering system since it is based on 10 following symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. In decimal system, every digit has its own position as well as the decimal point. I.e. the number 356.74 has 4 in the Hundredths position, 7 in the Tenths position, 6 in the Units position, 5 in the Tens position, and 3 in the Hundreds position. Decimal number system is also one of the oldest known numeral system, which is historically related to Hindu-Arabic numeral system.


Binary to decimal conversion examples

  • (10011)2 = (19)10
  • (110101)2 = (53)10
  • (10001011)2 = (139)10

Related converters:
Decimal To Binary Converter


Binary Decimal Conversion Chart Table

Binary Decimal
00000
00011
00102
00113
01004
01015
01106
01117
10008
10019
101010
101111
110012
110113
111014
111115