Skip to content

1023 in Hexadecimal

Decimal 1023 equals 0x3FF in hexadecimal.

Why this number matters: 1023 is 2¹⁰ - 1, the largest 10-bit value, and the highest privileged TCP/UDP port number.

1023 in all number bases

Decimal1023
Hexadecimal0x3FF
Binary0011 1111 1111
Octal1777

How 1023 converts from decimal to hexadecimal

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

1023÷ 16 =63remainder15 → F
63÷ 16 =3remainder15 → F
3÷ 16 =0remainder3

Result (remainders bottom to top): 3FF