Choose the type of conversion you want to perform
Select conversion direction
Enter a binary number (only 0s and 1s)
✓ Result copied to clipboard successfully!
⚠ Please enter a valid number
Conversion result

Number System Conversion

  • Binary (Base-2): Uses only digits 0 and 1. Each position represents a power of 2.
  • Decimal (Base-10): Uses digits 0-9. Our standard counting system.
  • Binary to Decimal: Multiply each digit by its corresponding power of 2 and sum the results.
  • Decimal to Binary: Repeatedly divide by 2 and collect remainders in reverse order.