Convert decimal (base-10) numbers to binary (base-2). Fundamental for understanding how computers represent numbers.
Convert decimal (base-10) numbers to binary (base-2). Fundamental for understanding how computers represent numbers.
Enter a non-negative decimal integer.
Divide the decimal number by 2 repeatedly, recording remainders. The binary result is the remainders read in reverse order.
How this calculator works
Divide the decimal number by 2 repeatedly, recording remainders. The binary result is the remainders read in reverse order.
Common questions about this calculator