Binary & Hex Arithmetic Calculator
Perform addition, subtraction, multiplication, and division directly on Binary, Hexadecimal, and Octal numbers.
About This Tool
The Binary & Hex Arithmetic Calculator executes integer arithmetic (+, −, ×, ÷) directly on Binary (0b), Hexadecimal (0x), Octal (0o), and Decimal numbers with multi-base results.
Key Features
How to Use This Tool
- Select your input numeral base (Binary, Hex, Octal, or Decimal).
- Enter Value 1 and Value 2.
- Select the arithmetic operation.
- View the calculated result in all 4 numeral bases.
Why Use This Tool
- Calculate memory offsets, buffer addresses, and register math.
- Perform low-level firmware binary calculations.
Pro Tips
- Hex values can be prefixed with `0x` and binary values with `0b`.
Frequently Asked Questions
How does binary addition work with carries?
0+0=0, 0+1=1, 1+0=1, and 1+1=10 (0 with a carry of 1 to the next left column).
What is two's complement representation?
Two's complement represents signed negative integers by inverting all bits and adding 1 to the least significant bit.
Related Tools
Loan & Mortgage EMI Amortization Calculator
Calculate monthly EMI repayments, total interest payable, loan amortization schedules, and principal payoff breakdowns.
Angle & Trigonometry Unit Converter
Convert between Degrees, Radians, Gradians, Arcminutes, Arcseconds, and Turns with live trigonometric values.
Aspect Ratio Calculator
Calculate missing width or height from an aspect ratio.