Hex addition
A3 + 1FC2 hex, 194 decimal, 1100 0010 binary
Use this free hex calculator for base-16 addition, subtraction, multiplication, division with remainders, hex-to-decimal conversion, decimal-to-hex conversion, hex-to-binary conversion, optional 0x prefixes, copy, and current-tab history.

Recent hex answers will appear here.
Use 0-9 and A-F. Optional 0x prefixes, spaces, and underscores are accepted.
Division shows a quotient and remainder when the hex values do not divide evenly.
Check hexadecimal addition, subtraction, multiplication, and division problems with decimal steps.
Convert hex values such as 2A, FF, or 0xFF into decimal numbers.
Convert whole decimal numbers into uppercase hexadecimal output.
Compare hex, decimal, and binary answers while studying number systems or coding examples.
Read byte-sized values such as FF = 255 and see the matching binary bits.
Check simple signed whole-number hex math without assuming fixed-width two's complement behavior.
C2 hex, 194 decimal, 1100 0010 binary
D5 hex, 213 decimal
4E hex, because 26 x 3 = 78 decimal
4 remainder 7, because 47 / 10 leaves 7
255 decimal
2A hex
Need a slower walkthrough, a related calculator, or the full library? These links keep you close to the task you started.
Quick answers about base-16 digits, 0x inputs, arithmetic, conversion, remainders, and privacy.
A hexadecimal number is written in base 16. It uses digits 0-9 plus letters A-F, where A is 10, B is 11, C is 12, D is 13, E is 14, and F is 15.
Use it to add, subtract, multiply, divide, and convert whole hexadecimal numbers. The calculator also shows decimal and binary versions of the answer so you can check the same value in three bases.
The main inputs are the numbers, operation, mode, or known values the calculator needs. Keep units consistent, enter percentages the way the page label shows, and use the examples as a quick check before trusting the answer.
Read the headline answer, then check the supporting lines and examples to understand how the calculator got there. If one input changes, rerun the tool and compare the new answer instead of guessing.
A3 means 10 x 16 plus 3. That gives 160 + 3 = 163 in decimal. The calculator uses that same place-value idea before converting the answer back to hex.
Yes. Optional 0x prefixes are accepted, so 0xFF and FF both work. Spaces and underscores are also ignored for readability.
Hex division returns a whole-number quotient. If the division is not even, the calculator also shows the remainder in hex, decimal, and binary. For example, 2F / A is 4 remainder 7.
Yes. The quick conversions panel converts whole decimal numbers into hex and converts hex numbers back into decimal and binary.
One hex digit can show 16 possible values, from 0 through F. Four binary bits can also show 16 values, from 0000 through 1111, so each hex digit maps neatly to a four-bit group.
FF means 15 x 16 plus 15. That is 240 + 15 = 255, which is why FF often appears as the largest value in one byte.
Yes. You can enter uppercase or lowercase letters A-F. Results are shown in uppercase for cleaner reading.
You can use it to check individual hex byte values, such as FF = 255 or 80 = 128. It is not a full color picker, so remove the # symbol and check each pair when you are reading CSS-style color codes.
Yes for simple signed whole-number math, such as -A + 2. It does not model fixed-width overflow or two's complement storage unless you manually interpret the result for a specific bit width.
Check that the input uses only 0-9 and A-F, that any 0x prefix is intentional, that decimal values are entered in the decimal conversion field, and that you are not expecting fixed-width byte overflow.
Yes. Recent hex answers stay only in the current browser tab while you use the page. They are not sent to a server.