Description
Convert numbers from one base to another. This base converter supports conversion between bases 2 through 36.
Note: Decimal values are not yet supported.
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