A calculator that can convert numbers from base-X to base-Y. Example: Decimal to Binary
, Binary to Octal
, Base 3 to Base 6
, ..etc.
- Convert from & to decimal, binary, hexadecimal, octal.
- User can go beyond than the known bases and convert from & to other bases such as base-15.
- HTML
- CSS
- Javascript
- Bootstrap
- Code style: Prettier extension
Here, I demonstrate how to convert a number from decimal of base 10 to a binary number of base 2.