Homeโ€บConversionโ€บNumber conversionโ€บBinary converter

Binary Converter

Enter a binary number to convert it to decimal, hexadecimal, and octal at once. Or enter any format and convert to binary.

Binary

Decimal
Hexadecimal
Octal

About the Binary Number System

The binary (base-2) number system uses only two digits: 0 and 1. It is the foundation of all digital computing, as electronic circuits are either off (0) or on (1).

Each digit position represents a power of 2. For example:

1101โ‚‚ = 1ร—2ยณ + 1ร—2ยฒ + 0ร—2ยน + 1ร—2โฐ = 8+4+0+1 = 13โ‚โ‚€

Quick Conversion Guide

See Also

Number Conversion