What is Binary to Decimal Calculator?
Converts positional base-2 binary numbers into base-10 decimal, hexadecimal, and octal notation.
How to Use This Calculator
- Enter binary 0s and 1s.
- Read decimal value and hexadecimal conversion.
The Mathematical Formula & Variables
Decimal = b0*2^0 + b1*2^1 + b2*2^2 + ... + bn*2^n
Step-by-Step Worked Example
Scenario: Binary 11010110.
- 128 + 64 + 0 + 16 + 0 + 4 + 2 + 0 = 214.
Result: 214
Frequently Asked Questions
What is a byte?
A byte is a standard digital unit consisting of 8 binary digits (bits), representing values from 0 to 255.