BitConvert - Decimal to Hexadecimal Converter

Convert Decimal numbers like 255 into Hexadecimal format like FF.

0
Copied!
What is Decimal?

Decimal is the base-10 number system that uses digits from 0 to 9. It is the most commonly used system in daily life.

What is Hexadecimal?

Hexadecimal (base-16) uses digits from 0–9 and letters A–F (where A=10, B=11,..., F=15). It's often used in computer science to represent binary data compactly.

How to Convert Decimal to Hexadecimal
Decimal to Hex Table
DecimalHexadecimal
00
11
22
33
44
55
66
77
88
99
10A
11B
12C
13D
14E
15F