Convert decimal number to binary number using our Decimal to Binary Converter tool. Yes! we can create our own decimal to binary converter tool website using HTML and JavaScript source code. In this article, I will be sharing the Decimal Number to Binary Converter Tool JavaScript code for bloggers or any platform.
An online tool to convert numbers into binary numbers is really helpful for a person like me, Why? because I am into the programming field. And as we know computers only understand binary numbers which are a combination of only 0 and 1.
Decimal To Binary Converter
Decimal to Binary online converter tool
Our daily-used number is called a Decimal number which is the combination of 10 digits, including (0, 1, 2, 3, 4, 5, 6, 7, 8, 9).
And Computer only knows Zeros and One i.e Binary Number System.
In binary number has only 2 digits, including (0, 1). So basically number "7" in binary format will be "0111"
How to Use the Decimal to Binary Converter Tool?
Convert decimal to the binary number or binary number to decimal number using our tool from below.
To use the number to binary converter:
- Enter any two or more than two numbers in the input box, for example, 7860.
- Click on the "Convert To Binary" Button.
- Now Convert Binary to Decimal Number paste or type binary number in the given text box.
- Click on the "Convert to Decimal" Button.
- That's it
| Decimal Number | Binary Number |
|---|---|
| 0 | 0 |
| 1 | 1 |
| 2 | 10 |
| 3 | 11 |
| 4 | 100 |
| 5 | 101 |
| 6 | 110 |
| 7 | 111 |
| 8 | 1000 |
| 9 | 1001 |
| 10 | 1010 |
| 11 | 1011 |
| 12 | 1100 |
| 13 | 1101 |
| 14 | 1110 |
| 15 | 1111 |
| 16 | 10000 |
| 17 | 10001 |
| 18 | 10010 |
| 19 | 10011 |
| 20 | 10100 |
| 21 | 10101 |
| 22 | 10110 |
| 23 | 10111 |
| 24 | 11000 |
| 25 | 11001 |
| 26 | 11010 |
| 27 | 11011 |
| 28 | 11100 |
| 29 | 11101 |
| 30 | 11110 |
| 31 | 11111 |
| 32 | 100000 |
| 64 | 1000000 |
| 128 | 10000000 |
| 256 | 100000000 |
| 512 | 1000000000 |
| 1024 | 10000000000 |
| 2048 | 100000000000 |
Time for a conclusion.
Also, Converting Text to binary numbers is made easy using our Text to Binary Converter.