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

Try another value

Edit this value or switch its base. Your changes are calculated in your browser with exact integer arithmetic.

Input base:
Decimal65536
Hex0x10000
Binary0b10000000000000000
Octal0o200000

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

This tool runs entirely in your browser - nothing you enter is uploaded or stored.

Want to learn the method behind this tool? Read How to Convert Decimal to Hexadecimal - the full step-by-step guide.