Dev Tools

Hex Calculator

Perform arithmetic operations directly on hexadecimal numbers with step-by-step conversion.

Hex Value A
Decimal: 255
Hex Value B
Decimal: 26
Operation
Result
Hexadecimal
0x119
Decimal
281
Binary
0b100011001
Step-by-Step
A = 0xFF = 255 (decimal)
B = 0x1A = 26 (decimal)
255 + 26 = 281 (decimal)
281 (decimal) = 0x119 (hex)
Was this page helpful?

Related tools