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

Copied!

Summary

Convert any binary number to decimal (base 10) and see the full positional breakdown instantly.

How it works

  1. Type or paste a binary number into the input field.
  2. Each bit is assigned a positional weight equal to 2 raised to its position index (rightmost = 2⁰).
  3. Bits with value 1 contribute their positional weight; bits with value 0 contribute nothing.
  4. All contributing weights are summed to produce the decimal result.
  5. 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