Binary to Decimal Converter
Convert any binary number to decimal (base 10) and see the full positional breakdown instantly.
Binary Input
Quick examples
Decimal Output
Enter a binary number and press Convert
Decimal result
Copied to clipboard!
Binary digits
Highest power of 2
Positional breakdown
| Position | Bit | Weight (2^n) | Contribution |
|---|
Sum =
Copied!
Summary
Convert any binary number to decimal (base 10) and see the full positional breakdown instantly.
How it works
- Type or paste a binary number into the input field.
- Each bit is assigned a positional weight equal to 2 raised to its position index (rightmost = 2⁰).
- Bits with value 1 contribute their positional weight; bits with value 0 contribute nothing.
- All contributing weights are summed to produce the decimal result.
- A step-by-step table shows every bit, its weight, and whether it is included in the sum.
Use cases
- Convert binary values from hardware datasheets or microcontroller registers to decimal.
- Verify manual binary-to-decimal calculations against a trusted reference.
- Learn positional notation for computer science or digital electronics courses.
- Decode binary-encoded integers found in network packets or file formats.
- Cross-check the output of other base-conversion tools.
- Help students visualize how binary place values work.
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu