Enter a binary number (base 2, using only 0s and 1s) to instantly see its decimal, hexadecimal, and octal equivalents.
INPUT BASE
All bases shown simultaneously.
Conversion uses JavaScript's built-in parseInt(value, fromBase).toString(toBase). All four bases are computed simultaneously from the same input value, so you can see binary, octal, decimal, and hex at a glance.
All conversion runs in your browser tab. Our servers are not involved at any point.
For converting between data sizes like KB and MB, try the byte converter. To compute MD5 or SHA hashes from values, use the hash generator. For working with file permission bits, see the chmod calculator.