Binary to Decimal Converter

Free Computer Science Tool

Binary to Decimal Converter

Convert binary numbers into decimal numbers instantly. Enter any binary value using only 0 and 1, then see the decimal answer with a simple step-by-step explanation.

13 Useful for computer science students, programming beginners, digital systems learners, and number system practice.

Decimal Result

13

Binary 1101 equals decimal 13.

Binary Digits 4 bits
Place Values Used 2³ to 2⁰

Simple Explanation

Method Place value method
Status Valid binary
Binary DigitPositionPower of 2Decimal Value
132³ = 81 × 8 = 8
122² = 41 × 4 = 4
012¹ = 20 × 2 = 0
102⁰ = 11 × 1 = 1
ConceptExampleSimple Meaning
Binary Number1101₂A number written in base 2 using only 0 and 1.
Decimal Number13₁₀A normal base-10 number used in daily life.
Rightmost Digit2⁰The rightmost binary digit starts from power 0.
Conversion RuleDigit × 2ᵖᵒˢⁱᵗⁱᵒⁿMultiply each binary digit by its power of 2 and add the values.
Binary Uses 0 and 1

Binary numbers are made with only two digits, which makes them important in computers and digital systems.

Each Position Matters

Every digit has a position value. From right to left, the powers are 2⁰, 2¹, 2², 2³, and so on.

Add the Values

Only the positions with digit 1 add value. Positions with digit 0 add nothing to the decimal result.

Note: This converter accepts only binary digits 0 and 1. Spaces are automatically removed, so values like “1010 1100” can still be converted.
Copied!

Leave a Reply

Your email address will not be published. Required fields are marked *