Binary Converter
Convert between decimal and binary numbers
The decimal system (base 10) uses digits 0–9 and is what we use every day. The binary system (base 2) uses only digits 0 and 1, and is the language computers use internally.
For example, the binary number 1010 equals 10 in decimal (1×8 + 0×4 + 1×2 + 0×1). Type in either field below and the other updates instantly.