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

Try another value

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

Input base:
Decimal1023
Hex0x3FF
Binary0b1111111111
Octal0o1777

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

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.