Decimal to Hexadecimal Converter
Convert decimal numbers to hexadecimal numbers easily and accurately.
Calculator
Enter Your Number
Table of Contents
Guide
How to Convert Decimal to Hexadecimal
To convert decimal to hexadecimal, we repeatedly divide the decimal number by 16 and use the remainders to form the hexadecimal number.
Steps to Convert:
-
1Divide the decimal number by 16
-
2Write down the remainder (0-9 or A-F)
-
3Repeat with the quotient until it becomes 0
-
4Read the remainders from bottom to top
Example:
26 ÷ 16 = 1 remainder 10 (A)
1 ÷ 16 = 0 remainder 1
Result: 1A
Decimal to Hexadecimal Conversion Table:
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
Examples
Common Examples
Example 1 Basic Numbers
0 = 0
1 = 1
2 = 2
Example 2 Common Values
10 = A
16 = 10
32 = 20
Example 3 Mixed Numbers
26 = 1A
42 = 2A
255 = FF
Example 4 Larger Numbers
256 = 100
512 = 200
1024 = 400
Tools
Math Converters
Need other converters?
Can't find the converter you need? Contact us to suggest other math converters.