Converts notations between standard (2, 6, 10, 16) and arbitrary (up to 62) bases.
This online tool converts numbers between different notations – binary (base 2), octal (base 8), decimal (base 10) and hexadecimal (base 16). It also lets you convert a number into arbitrary notations with base ranging from 3 to 62 (bases beyond 37 are case-sensitive). ¶
This tool uses Proger_XP's base convertion functions taken from this article. ¶