Decimal to Hex converter


How to convert Decimal to Hex:

Conversion steps:

  1. Divide the number by 16.
  2. Get the integer quotient for the next iteration.
  3. Get the remainder for the hex digit.
  4. Repeat the steps until the quotient is equal to 0.

Example:

Convert 756210 to hex:

Division
by 16
Quotient Remainder
(decimal)
Remainder
(hex)
7562/16 472 10 A
472/16 29 8 8
29/16 1 13 D
1/16 0 1 1

Therefore 756210 = 1D8A16


Decimal to Hex conversion table

Decimal
(base 10)
Hex
(base 16)
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 A
11 B
12 C
13 D
14 E
15 F
16 10
17 11
18 12
19 13
20 14
21 15
22 16
23 17
24 18
25 19
26 1A
27 1B
28 1C
29 1D
30 1E
40 28
50 32
60 3C
70 46
80 50
90 5A
100 64
200 C8
1000 3E8
2000 7D0

Share on Facebook Share on Twitter

Give Us Your Feedback



NUMBER CONVERTERS

SIMPLE WEB TOOL