Skip to content

65536 in Hexadecimal

Decimal 65536 equals 0x10000 in hexadecimal.

Why this number matters: 65536 is 2¹⁶ - the number of distinct values in 16 bits.

65536 in all number bases

Decimal65536
Hexadecimal0x10000
Binary0001 0000 0000 0000 0000
Octal200000

How 65536 converts from decimal to hexadecimal

Divide by 16 repeatedly and keep each remainder, then read the remainders from bottom to top:

65536÷ 16 =4096remainder0
4096÷ 16 =256remainder0
256÷ 16 =16remainder0
16÷ 16 =1remainder0
1÷ 16 =0remainder1

Result (remainders bottom to top): 10000