Hex Calculator

Add, subtract, multiply, and divide hexadecimal numbers.

Understanding Hexadecimal

The hexadecimal system is a base-16 number system. It uses 16 distinct symbols: the numbers 0–9 to represent values zero to nine, and the letters A–F to represent values ten to fifteen. It's often used in computing as a more human-friendly representation of binary-coded values.