Base-N number converter
Convert any whole number between bases 2 through 36 — including the common binary (2), octal (8), decimal (10) and hexadecimal (16) bases, plus everything in between up to base-36.
Type your value, tell it which base the input is in, and every standard representation appears at once. Conversions use arbitrary-precision integers, so large numbers convert exactly without overflow — and it all runs locally in your browser.