Skip to content

4096 in Hexadecimal

Decimal 4096 equals 0x1000 in hexadecimal.

Why this number matters: 4096 is 2¹² - a common memory page size (4 KiB) and the number of values a 12-bit field can hold.

4096 in all number bases

Decimal4096
Hexadecimal0x1000
Binary0001 0000 0000 0000
Octal10000

How 4096 converts from decimal to hexadecimal

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

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

Result (remainders bottom to top): 1000