The Hexadecimal Addition Calculator is an interactive tool designed to help you accurately add hexadecimal numbers. This tool supports various inputs, including fractional and negative values, and lets you separate your entries with spaces, commas, or plus signs.
Add hex 2 B43 to hex 1CF4
Starting from the rightmost (least significant) digit and moving left: 4 + 3 = 7 4 + F = 13 (3, carry 1) B + F + 1 = 18 (8, carry 1) 2 + 1 + 1 = 4
2B43 + 1CF4 = 4837
Add hex 1F345 to hex 13DE
Starting from the rightmost (least significant) digit and moving left: 5 + E = 13 (3, carry 1) 4 + D + 1 = 12 (2 carry 1) 3 + 3 + 1 = 7 F + 1 = 10 (0, carry 1) 1 + 1 = 2
1F345 + 13DE = 20723