32 in Decimal
Hexadecimal 32 equals 50 in decimal.
32 in all number bases
Decimal50
Hexadecimal0x32
Binary0011 0010
Octal62
How 32 converts from hexadecimal to decimal
Multiply each digit by 16 raised to its position (starting at 0 from the right), then add the results:
3× 161 = 3 × 16 = 48
2× 160 = 2 × 1 = 2
Sum: 50