Base-10 to Binary Converter

Only numbers. No commas. Dot for decimal.
1 in base-10 = 1 in binary
1 in base-10 also equal to:
1 in binary1 in octal1 in decimal1 in hexadecimal1 in base-21 in base-31 in base-41 in base-51 in base-61 in base-71 in base-81 in base-91 in base-161 in base-201 in base-241 in base-321 in base-36

Base-10

Base-10 (also called decimal) number system uses ten symbols to code information. Most commonly, these symbols are, 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.

Binary

The binary (or base-2) number system uses only two digits; that is 0 and 1. This system makes the foundation of modern digital devices work. We know that the computers, calculators, watches and other digital devices all work on electricity. The electric current can have two states - either it is there or not there! This binary state of the electricity is represented with 0 and 1 of the binary number system. When the current is there, the state is represented by 1 and when it is not there, the state is said to be 0.

The binary system may also be understood with other nomenclature such as true/false, on/off and yes/no.

Definition of a Binary Number: A binary number is a number expressed in the base-2 numeral system or binary numeral system, which uses only two digits: typically '0' (zero) and '1' (one).