0️⃣
Binary to Decimal Converter
Convert binary numbers to decimal format
💻
Technical/IT ✅ Free to Use
Binary to Decimal Converter
Convert binary numbers to decimal, hexadecimal, and octal formats. Perfect for programming, computer science, and digital electronics.
1010₂
10₁₀
Decimal
Decimal
10
Hexadecimal
A
Octal
12
Binary Conversion Steps
How Binary Works
Each digit represents a power of 2, starting from 2⁰ on the right.
Position | 2^0 | 2^1 | 2^2 | 2^3 |
---|---|---|---|---|
Binary Digit | 0 | 1 | 0 | 1 |
Decimal Value | 0 | 2 | 0 | 8 |