Decimal to Binary Converter Online
Enter a whole number in base 10 and get its binary (base 2) representation. Binary is how computers store every number internally, and converting by hand means repeatedly dividing by two — this does it in one step.
Runs in your browser — your text is never uploaded or stored.
Decimal number
Binary result
How to Use
- 1.Type the decimal number you want to convert.
- 2.Read the binary value in the result box.
- 3.Copy it into your homework, code or documentation.
Advertisement
FAQ
Does it handle negative numbers?
Negative numbers are shown with a minus sign in front of the binary magnitude, rather than two's complement notation.
What is the largest number supported?
Any safe JavaScript integer, up to 9,007,199,254,740,991.
Need more options?
Text to Binary
Convert any text into 8-bit UTF-8 binary online. Free, private and emoji-safe — everything runs in your browser.