<-- Enter Number or Notation that will be converted
Conversion TypeBinaryOctalHexadecimalBase
Convert Decimal to:
 Base: 
Convert to Decimal from:
  

Convert 0 from decimal to binary

(base 2) notation:

Power Test

Raise our base of 2 to a power

Start at 0 and increasing by 1 until it is >= 0

20 = 1 <--- Stop: This is greater than 0

Since 1 is greater than 0, we use 1 power less as our starting point which equals -1

Build binary notation

Work backwards from a power of -1

We start with a total sum of 0:


Final Answer


We are done. 0 converted from decimal to binary notation equals 2.