Abstract


DecimalBinaryHexadecimal

Decimal to Binary


Integer

  • Keep diving by 2 until we get 0
  • Then the binary form counts from bottom to top

Decimal Places

  • Keep multiple by 2 until we get 1 or infinite loop
  • Then the binary form counts from top to bottom