Binary numbers are a number system whose numbers use two symbols, 1 and 0. From this number system we can convert to octal or hexadecimal. in this application there are 4 pieces of conversion, namely:
1. Convert Decimal to Binary numbers
2. Convert Binary numbers to Decimals
3. Convert Binary numbers to Octal
4. Convert Binary numbers to Hexadecimal
in this application there is not only the conversion results but how to get the conversion results.
1. Convert Decimal to Binary numbers
2. Convert Binary numbers to Decimals
3. Convert Binary numbers to Octal
4. Convert Binary numbers to Hexadecimal
in this application there is not only the conversion results but how to get the conversion results.
Show More