Convert decimal (base-10) numbers to hexadecimal (base-16). Widely used in programming, debugging, and digital design.
Convert decimal (base-10) numbers to hexadecimal (base-16). Widely used in programming, debugging, and digital design.
Enter a non-negative decimal integer.
Divide the decimal number by 16 repeatedly, recording remainders. Digits above 9 are represented by A-F.
How this calculator works
Divide the decimal number by 16 repeatedly, recording remainders. Digits above 9 are represented by A-F.
Common questions about this calculator