PDF Tools
Finance Tools
Archive Tools
ARCHIVE UTILITIES
CanvaTools Premium100% Free Assets Suite
HomeCalculatorsHex Calculator | Hexadecimal Arithmetic & Base Converter

Hex Calculator | Hexadecimal Arithmetic & Base Converter

Perform math calculations directly in hexadecimal with our free hex calculator. Convert hex values instantly to binary, octal, and decimal with step-by-step conversion logs.

Hexadecimal Result (Base-16)

0xCE

Solved

Multi-Base Representation Matrix

Decimal (Base-10)206
Binary (Base-2)1100 1110
Octal (Base-8)0316

Conversion & Arithmetic Log

Step 1: Convert Hex Operands to Decimal:
Operand A: 1A = ((1 * 16^1) + (10 * 16^0)) = 26
Operand B: B4 = ((11 * 16^1) + (4 * 16^0)) = 180
Step 2: Execute operation in Decimal: 26 + 180 = 206
Step 3: Convert result back to Hexadecimal: Decimal 206 = Hex CE