Base-2 string → integer

Binary digits (optional spaces)—converted to decimal. Up to 32 bits for typical JS integers.

FAQ

What binary strings are accepted?

Whitespace is removed, then the string must be digits 0–1 only, up to 32 characters, interpreted as an unsigned binary integer (base 2).

Does the decimal separator matter?

This calculator uses plain decimal numbers. If a result looks wrong, check whether you used a comma instead of a dot (or vice versa) where the field expects one.