Binary to Decimal Converter
Enter a binary, decimal, octal, or hex number to convert it to all other bases instantly.
Convert any number between binary (base 2), decimal (base 10), octal (base 8), and hexadecimal (base 16). Enter a value in any base and instantly see all four representations.
Advertisement
Last reviewed: April 2026Report an error
Decimal
255
Decimal: 255 | Binary: 11111111 | Octal: 377 | Hex: FF
Decimal (Base 10)
255
Binary (Base 2)
11111111
Octal (Base 8)
377
Hexadecimal (Base 16)
FF
Advertisement
How to Use This Binary/Decimal Calculator
- Select the base of your input number (binary, decimal, octal, or hex).
- Enter your number.
- Read the equivalent in all four number bases.
Frequently Asked Questions
- Read from right to left, multiply each bit by 2^position and sum. Example: 1011 = 1×8 + 0×4 + 1×2 + 1×1 = 11. Or use this calculator!
- Hex is used in programming, web colors (#FF5733), memory addresses, and low-level computing because each hex digit represents exactly 4 bits.
Advertisement
Related Calculators
</> Embed this calculator on your website
<iframe src="https://calqpro.com/calculators/binary-decimal-converter" width="100%" height="600" frameborder="0" title="Calqpro Calculator" loading="lazy"></iframe> <p>Powered by <a href="https://calqpro.com">Calqpro</a></p>
Advertisement