An important part of your computer is called "binary." You interact with your computer every day, but you might not know that binary numbers make everything work under the hood. From clicking your mouse all the way down to executing instructions in memory and storing data onto disk drives, binary is at the heart. Binary is the language of 0s and 1s that a computer can understand.
There are various ways to convert numbers between different bases. For example, you can convert base 2 (binary), octal (base 8), decimal (base 10), and hexadecimal (base 16) numbers. These calculations require more work than you might expect and are prone to errors as well! Fortunately, you can use a binary number converter to make the calculations easy.
Every IP address in an IPv4 subnet can be represented in its dotted-decimal notation as well as its binary equivalent. For example, the IP address 10.0.5.0 (base 10) is 00001010 00000000 00000101 00000000 (base 2). Subnet masks can also be represented in dotted-decimal notation or the binary equivalent.
To convert a number from decimal to binary:
Example (decimal number 21):
Divide by 2 | Quotient | Remainder |
---|---|---|
21 / 2 | 10 | 1 |
10 / 2 | 5 | 0 |
5 / 2 | 2 | 1 |
2 / 2 | 1 | 0 |
1 / 2 | 0 | 1 |
The binary converter is a tool that converts numbers between different bases: decimal to binary, binary to decimal, octal to binary, and so on.
Use this binary converter tool to convert numbers between different bases. Simply enter the number to convert, select the bases to convert from and to, and click "Convert".
View the results in the free API to see how you can integrate the converter into your own software projects.