64 in Decimal
Hexadecimal 64 equals 100 in decimal.
64 in all number bases
Decimal100
Hexadecimal0x64
Binary0110 0100
Octal144
How 64 converts from hexadecimal to decimal
Multiply each digit by 16 raised to its position (starting at 0 from the right), then add the results:
6× 161 = 6 × 16 = 96
4× 160 = 4 × 1 = 4
Sum: 100