32768 in Hexadecimal
Decimal 32768 equals 0x8000 in hexadecimal.
Why this number matters: 32768 is 2¹⁵. As a signed 16-bit value it overflows to -32768.
32768 in all number bases
Decimal32768
Hexadecimal0x8000
Binary1000 0000 0000 0000
Octal100000
Try another value
Edit this value or switch its base. Your changes are calculated in your browser with exact integer arithmetic.
Input base:
Decimal
32768Hex
0x8000Binary
0b1000000000000000Octal
0o100000How 32768 converts from decimal to hexadecimal
Divide by 16 repeatedly and keep each remainder, then read the remainders from bottom to top:
32768÷ 16 =2048remainder0
2048÷ 16 =128remainder0
128÷ 16 =8remainder0
8÷ 16 =0remainder8
Result (remainders bottom to top): 8000
This tool runs entirely in your browser - nothing you enter is uploaded or stored.