FreeDev Tools

Base62 Converter

Convert numbers between decimal and Base62 β€” the URL-shortener alphabet (0-9, A-Z, a-z).

Runs locally in your browser. Your input is not uploaded.

How to Use

  1. 1

    Enter numbers or Base62 strings

    One per line.

  2. 2

    Choose the direction

    Decimal β†’ Base62 for creating slugs, reverse for decoding them.

  3. 3

    Copy the results

    Use the compact IDs in URLs and references.

Frequently Asked Questions

A numeral system using 0-9, A-Z, and a-z β€” 62 URL-safe symbols with no padding or special characters. It is the classic URL-shortener encoding.