HomeCalculatorsDIGITAL & TECH
10DIGITAL & TECH

Binary to Decimal Calculator

Convert a binary integer into decimal and hexadecimal.

Enter your values

Your inputs stay in this browser.
Free tool

Use only 0 and 1 digits.

Looks good.

Privacy-friendly: your inputs are processed locally in your browser.

Formula

Decimal value = sum of each binary digit × 2 to its positional power.

Decimal value = sum of each binary digit × 2 to its positional power.

How it works

1

Enter a binary integer.

2

Convert the base-2 value.

3

Review decimal and hexadecimal values.

Important notes

Leading zeroes are allowed; negative numbers are not included in this simple converter.