3 in Hexadecimal
Decimal 3 equals 0x3 in hexadecimal.
3 in all number bases
Decimal3
Hexadecimal0x3
Binary0011
Octal3
How 3 converts from decimal to hexadecimal
Divide by 16 repeatedly and keep each remainder, then read the remainders from bottom to top:
3÷ 16 =0remainder3
Result (remainders bottom to top): 3