255 in Binary

255=
111111118-bit

The decimal number 255 in binary is 11111111.

All number bases

Decimal255Base 10
Binary11111111Base 2
HexadecimalFFBase 16
Octal377Base 8

How to convert decimal to binary

To convert 255 to binary, repeatedly divide by 2 and record the remainders from bottom to top. 255 = 11111111₂ (8-bit binary number). In hexadecimal: FF. In octal: 377.

Convert any decimal number

Loading tool...