15 in Hexadecimal
Decimal 15 equals 0xF in hexadecimal.
15 in all number bases
Decimal15
Hexadecimal0xF
Binary1111
Octal17
Try another value
Edit this value or switch its base. Your changes are calculated in your browser with exact integer arithmetic.
Input base:
Decimal
15Hex
0xFBinary
0b1111Octal
0o17How 15 converts from decimal to hexadecimal
Divide by 16 repeatedly and keep each remainder, then read the remainders from bottom to top:
15÷ 16 =0remainder15 → F
Result (remainders bottom to top): F
This tool runs entirely in your browser - nothing you enter is uploaded or stored.