Convert Decimal System to Hexadecimal System (Base 10 to Base 16)

Definition

The decimal number system consists of ten digits (0, 1, 2, 3, 4, 5, 6, 7, 8 and 9). The hexadecimal number system consists of 16 digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F).

Enter the decimal value you want to convert to hexadecimal:

Value:
From:
To:
Decimal places:



=

Conversion Tables

Positional Notation
Binary System
Ternary System
Quaternary System
Quinary System
Senary System
Septenary System
Octal System
Nonary System
Decimal System
Duodecimal System
Hexadecimal System
Vigesimal System
Duotrigesimal System

Decimal to Hexadecimal

Decimal System Hexadecimal System
0 0
1 1
2 2
3 3
4 4
... ...
9 9
10 A
11 B
12 C
13 D
14 E
15 F

Conversion to Other Numbering Systems