Binary and Hexadecimal Addition
This calculator allows you to add binary and hexadecimal numbers. The result of the addition is displayed in decimal, binary, and hexadecimal formats.
Binary Number: Use only 1 and 0 characters. You can include a negative sign (-) for negative numbers and a period (.) for fractional parts (e.g., 1010 or -0.11).
Hexadecimal Number: This can include digits from 0 to 9 and letters from A to F. Hexadecimal numbers can also be negative or fractional (e.g. A -F, 1A.2B).
Binary/Hex Addition Calculator
Calculator
- enter a binary number
- a hexadecimal number
Results
- the sum of the binary and the number in binary notation
- the sum of the binary and hex addition in binary notation
- the sum in decimal notation
Binary is the base-2 numeral system that represents all numbers with just two digits, 0 and 1. It underlies all digital computing systems, and most modern computers and computational devices use it internally because it provides a better representation of the state of on/off electronic switches. In binary numbers, a digit is also called a bit.
Hexadecimal is a base-16 positional numeral system that uses radix 16. It uses sixteen distinct symbols: 0-9 for zero to nine and A-F for ten to fifteen. In most computing applications, it is used for the more human representation of binary-coded values because one hexadecimal digit represents four binary digits (bits), making large binary numbers easy to get and handle.