ZovaTool

Hex Calculator

Result

Hex
1A9
Decimal
425
Binary
110101001
Octal
651

How to use the Hex Calculator

  1. Enter two hex numbers (0-9, A-F).
  2. Pick an arithmetic or bitwise operation.
  3. Result is shown in hex, decimal, binary and octal.
  4. Universal converter lets you flip any number between bases instantly.
Advertisement

Hexadecimal explained

Hexadecimal is base-16. Each digit covers exactly 4 bits, which makes it the most compact human-readable form of binary — and why colors, memory addresses, MAC addresses and hashes are all written in hex.

Convert hex → binary by replacing each digit with its 4-bit pattern. Convert hex → decimal by treating each digit as a coefficient of a power of 16.