Binary to Decimal

Convert a binary string representation to its decimal number equivalent.

Code

Utilities
parseInt(binary, 2);

Parameters

Binary string to convert.

Browser·fetch() may be limited by CORS

More JavaScript Snippets