Abstract


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

Binary to Hex


BinaryHexadecimal
00000
00011
00102
00113
01004
01015
01106
01117
10008
10019
1010A
1011B
1100C
1101D
1110E
1111F