Binary to Decimal Converter
Use this online converter a.k.a. binary to decimal calculator to easily convert binary numbers to decimals.
- Conversion of binary numbers to decimals
- How to convert binary to decimal
- Binary to decimal conversion table
Conversion of binary numbers to decimals
Binary numbers are numbers represented in the binary positional numeral system which has a base of 2 while decimals are numbers represented in the decimal positional numeral system which has a base of 10. Binary numbers see most of their applications in the field of computer architecture and software engineering while decimals are the most widespread numbering system being used for everything from everyday calculations to scientific measurements.
In everyday life one would rarely need to convert a binary number to a decimal one, but home assignments or exam tasks involving such conversions are common if you are taking any kind of computer science or computer architecture course. No matter the case, our binary to decimal converter is here to help. If you must do the calculation manually, see the section below for step-by-step instructions on how the accomplish that.
How to convert binary to decimal
To understand the conversion, remember that each position in a binary numeral represents a power of 2 the same way each position in a decimal number represents a power of 10. For example, the number 20 in decimal is 2 · 101 + 0 · 100 = 20. The binary number 101 is then 1 · 22 + 0 · 21 + 1 · 20 = 4 + 0 + 1 = 5 in decimal.
The process of binary to decimal conversion is then: first, take each position and multiply its value by 2 to the power of the position number, counting from right to left and starting at zero. If you need to calculate large exponents like 216 you might find our exponent calculator useful.
Binary to decimal conversion table
Binary | Decimal |
---|---|
1 | 1 |
10 | 2 |
11 | 3 |
100 | 4 |
101 | 5 |
111 | 7 |
1111 | 15 |
11111 | 31 |
111111 | 63 |
1111111 | 127 |
11111111 | 255 |
10001000 | 136 |
10101010 | 170 |
11110000 | 240 |
1111101000 | 1000 |
The table shows some key values expressed in the binary numeric system and their equivalent decimal numbers. However, conversions between the two numerical systems typically require a calculator for both speed and convenience.
Cite this converter & page
If you'd like to cite this online converter resource and information as provided on the page, you can use the following citation:
Georgiev G.Z., "Binary to Decimal Converter", [online] Available at: https://www.gigacalculator.com/converters/convert-binary-to-decimal.php URL [Accessed Date: 29 May, 2023].