Binary to Decimal Converter
Convert binary numbers to decimal format instantly
Enter a binary number (0s and 1s only)
How to Use
- Enter a binary number (consisting of 0s and 1s) in the input field
- Click the "Convert" button
- The decimal equivalent will be displayed
About Binary to Decimal Conversion
Binary is a base-2 number system that uses only two digits: 0 and 1. Decimal is a base-10 number system that uses ten digits: 0 through 9. This tool converts binary numbers to their decimal equivalents by calculating the sum of each digit multiplied by 2 raised to the power of its position (starting from 0 on the right).
Conversion Table
| Binary | Decimal |
|---|---|
| 0 | 0 |
| 1 | 1 |
| 10 | 2 |
| 11 | 3 |
| 100 | 4 |
| 101 | 5 |
| 110 | 6 |
| 111 | 7 |
| 1000 | 8 |
| 1001 | 9 |
| 1010 | 10 |