Hexadecimal Multiplication Calculator

Multiply two hexadecimal numbers.

Results
-
-

Hexadecimal Multiplication

How to multiply hexadecimal numbers?

Hexadecimal multiplication is very similar to decimal multiplication. The major difference is that hexadecimal is a base 16 number system compared to decimals base 10 number system. The steps to multiply each number however are much the same. You can use the above hexadecimal multiplication calculator to learn how to multiply hexadecimal numbers.

Hexadecimal multiplication example with steps

The steps to multiply hexadecimal numbers are very simple if you know how to multiply decimal numbers first. You can try our hexadecimal multiplication table to help you learn how to multiply simple hexadecimal numbers together. In very simple terms, these are the steps for hexadecimal multiplication at the basic level:

  1. Write down both numbers in hexadecimal with the first number below the second number.
  2. For the second number we first need to multiply the ones columns (rightmost digit) left to right with the top number digit by digit, carrying higher numbers as we go and writing down in the first row below the multiplication.
  3. We then can multiply the “tens” digit as we would call it in decimal (second column) with all numbers in the first column leaving the first digit empty or zero (ones column) as we are now working in the “tens” digit. Remember to add your carries.
  4. Finally, we can add these two numbers together to get a result. You can use our hexadecimal addition calculator if you need to remember how to do this.

Worked example 1:

Follow this worked example to multiply 2C by 2F.

Hex 2C by 2F Worked Example.  

Worked example 2:

Follow this worked example to multiply 2F by 1A2.

Hex 2F by 1A2 Worked Example.  

Check your work with our above hexadecimal multiplication calculator. You can also convert your numbers back to decimal and check that the results line up.

Hexadecimal multiplication table

Certainly! Here’s a multiplication table for hexadecimal numbers, which includes the results for multiplying hexadecimal digits from 0 to F.

Hexadecimal multiplication table

Use this free hexadecimal multupiplication table below to learn to multiply simple hexadecimal numbers.

*0123456789ABCDEF
00000000000000000
10123456789ABCDEF
202468ACE10121416181A1C1E
30369CF1215181B1E2124272A2D
4048C1014181C2024282C3034383C
505AF14191E23282D32373C41464B
606C12181E242A30363C42484E545A
707E151C232A31383F464D545B6269
8081018202830384048505860687078
909121B242D363F48515A636C757E87
A0A141E28323C46505A646E78828C96
B0B16212C37424D58636E79848F9AA5
C0C1824303C4854606C7884909CA8B4
D0D1A2734414E5B6875828F9CA9B6C3
E0E1C2A38465462707E8C9AA8B6C4D2
F0F1E2D3C4B5A69788796A5B4C3D2E1

How to use the hexadecimal multiplication calculator?

Using our free hexadecimal multiplication calculator is very simple. First, input your first hexadecimal number into the first input. Remember this must be in hexadecimal 1-9 and A-F as the calculator won’t accept any other inputs. Next, input the second number that you wish to multiply the first number by, again this must be in hexadecimal. Finally press the big purple “Calculate” button to get your result. The calculator will spit out the hexadecimal result below and also convert this result to decimal so that you can confirm the result in the decimal number system. To reset the tool use the button in the top right.

Related Tools