Decimal to Binary Converter

Enter a decimal number to get its binary (base-2) representation.

How to Convert Decimal to Binary

Repeatedly divide by 2 and record the remainders (reading from bottom to top).

255 ÷ 2 = 127 R1, 127 ÷ 2 = 63 R1, … → 11111111