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
How 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