Convert between hex, decimal, binary, and octal, and do hex arithmetic.
Hexadecimal is base 16; convert by dividing or multiplying by the target base and mapping digits A–F to 10–15.
The hex value 2F equals 47 in decimal and 00101111 in binary.
Hexadecimal (base 16), decimal (base 10), binary (base 2), and octal (base 8).
Yes. It can add, subtract, and perform other operations directly in hexadecimal.
A–F represent the decimal values 10–15.