๐Ÿ”ข Base36 Converter

Base369ix

Convert between decimal numbers and Base36 (a numeral system using the 36 characters 0-9 and a-z). Commonly used for short URLs and compact unique IDs.

How to use

  1. Choose "decimal to Base36" or "Base36 to decimal" mode.
  2. Enter the value to convert.
  3. The converted value is shown automatically.

FAQ

What is Base36?

A base-36 numeral system combining the digits 0-9 with the letters a-z, letting you represent large numbers with fewer characters than decimal.

What is it used for?

Itโ€™s commonly used for URL shorteners and database ID generation, wherever you want to represent a number as compactly as possible.

Does case matter?

No โ€” Base36 input is case-insensitive and treated the same either way.