We can convert any decimal number in to binary number.
Decimal number is a base 10 and there are total 10 digit. Because this range from (0 to 9).
Example: Decimal number is 342 654 344 455
Binary number is a base 2 and there are total 2 digit. Because this range from (0 to 1).
Example : Binary number is 01010 010010 10001 010101
1. 0
2. 10
3. 11
4. 100
5. 101
6. 110
7. 111
8. 1000
9. 1001
10. 1010
Enter a number: 8
Binary value : 1000