Binary to Decimal Converter
Convert binary numbers to decimal. Enter each binary digit position to build the number. Free binary to decimal converter.
Decimal Value
21
Binary to Decimal Converter
How It Works
Each binary digit (bit) represents a power of 2. From right to left:
Multiply each bit by its place value and sum all the results.
Example Calculation
Convert binary 00010101 to decimal.
- 010×128 + 0×64 + 0×32 + 1×16 + 0×8 + 1×4 + 0×2 + 1×1
- 02= 0 + 0 + 0 + 16 + 0 + 4 + 0 + 1
- 03= 21 in decimal
Frequently Asked Questions
Learn More
Metric vs Imperial: A Complete Guide to the Two Measurement Systems
Understand the differences between the metric and imperial measurement systems. Learn their history, how they compare, and when to use each system for length, weight, volume, and temperature.