Base-n converter

The calculator allows you to make decimal, binary, hexadecimal conversions, and more generally to any base n between 2 and 36.
base_converter(`32;10;16`) returns 20
See also