Description
Convert numbers from one base to another. This base converter supports conversion between bases 2 through 36.
Notes:
- Decimal values are not yet supported.
- Due to limitations of Java, this applet will not work for very large numbers
Simulation
Applet Source BaseConverter.java,
Written by Nicholas Exner.
Questions
- My age is 35 in base 6. How old am I in base 10?
- How old am I in binary? (Hint: binary is base 2)
Updated: 1/15/01