Home Math Finance Health All Tools Sign In

Hex Calculator

๐ŸŒ™ Dark Mode

Convert hexadecimal โ‡„ decimal, or perform math directly on two hex numbers.

Result 29
Hex 1 in Decimal26
Hex 2 in Decimal15
Result in Decimal41
Result in Hex29

How Hexadecimal Numbers Work

Hexadecimal is base-16, using the digits 0-9 followed by A-F to represent values 10-15. It's widely used in computing to represent binary data compactly - one hex digit covers exactly 4 binary bits, which is why colors, memory addresses, and error codes are so often shown in hex.

Doing Math in Hex

This calculator converts both hex numbers to decimal, performs the operation you choose, and converts the result back to hexadecimal, so you can see the answer in both bases.