Binary to Decimal Converter Online
Paste a string of ones and zeros to get the decimal value it represents. Spaces are ignored, so grouped binary such as 1010 0110 converts correctly.
Runs in your browser — your text is never uploaded or stored.
Binary digits
Decimal result
How to Use
- 1.Paste your binary digits, with or without spaces.
- 2.Read the decimal equivalent below.
- 3.Copy the number wherever you need it.
Advertisement
FAQ
Can I include spaces between bytes?
Yes. Whitespace is stripped before conversion, so 1010 0110 is treated as 10100110.
What if my input contains other characters?
Anything other than 0 and 1 is rejected with an error so you do not get a silently wrong answer.
Need more options?
Binary to Text
Paste 8-bit binary (with or without spaces) and decode it back into readable UTF-8 text. Free and browser-based.