Arbitrary Base Converter

Enter your number and pick the source and target bases to convert.

How to use

  1. Enter your values in the fields above.
  2. Press Calculate to see your result instantly.
  3. Use the Share button to copy a link to your result.

About this calculator

Every positional number system — binary (base 2), octal (base 8), decimal (base 10), hexadecimal (base 16) — represents the same quantity using a different set of digit symbols and place values. This converter generalizes that idea to any base from 2 to 36, using digits 0-9 and letters a-z to represent values up to 35 in a single digit position (base 36 is the practical ceiling since the Latin alphabet only has 26 letters).

It works by converting the input to a decimal intermediate value, then repeatedly dividing by the target base to build up the output digits. It's a handy tool for programmers, computer science students, and puzzle solvers who need conversions beyond the usual binary/octal/hex trio — base 36 in particular shows up in URL shorteners and compact ID encoding schemes.

Was this helpful?

Comments (0)

  • Be the first to comment.

Popular calculators

All Calculators