Basic Factor Conversion

Binary (2)
Decimal (10)
Hexadecimal (16)

Convert binary to decimal (2 -> 10):

100
=
4

Convert binary to hexadecimal (2 -> 16):

100
=
4

Convert decimal to binary (10 -> 2):

100
=
1100100

Convert decimal to hexadecimal (10 -> 16):

100
=
64

Convert hexadecimal to binary (16 -> 2):

100
=
100000000

Convert hexadecimal to decimal (16 -> 10):

100
=
256