w3resource

Convert Decimal to Hexadecimal


Decimal Number:
[ Input a decimal number like 150 in the following field and click the Convert button. ]

Hexadecimal number:

Conversion: Decimal to Hexadecimal

 

Decimal Number System:

The decimal numeral system (also called base-ten and occasionally called denary) has ten as its base, which, in decimal, is written 10, as is the base in every positional numeral system. It is the numerical base most widely used by modern civilizations

Hexadecimal Number System:

In mathematics and computing, hexadecimal (also base 16, or hex) is a positional numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or alternatively a, b, c, d, e, f) to represent values ten to fifteen.

Decimal to Hexadecimal conversion table

Decimal
Number
Hex
Number
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
31 1F
32 20
64 40
128 80
256 100

Previous: Convert Decimal to Binary
Next: Convert Decimal to Octal



Follow us on Facebook and Twitter for latest update.