Base36 to Text Converter

Decode Base36 strings back to readable text instantly. Simple, fast, and free to use. Need to encode text to Base36? Try our Text to Base36 converter.

Enter your text here. The conversion will happen automatically as you type.

Text Output:

 

What does Base36 to Text do?

This tool decodes a Base36 string back into readable plain text. The Base36 input is converted to its numeric value, then to bytes, and finally decoded as UTF-8 text โ€” reversing the encoding process.

What is it used for?

  • URL shorteners: Base36 produces compact, URL-safe strings without special characters.
  • Compact IDs: Generate shorter identifiers than decimal for databases, tracking codes, or reference numbers.
  • Case-insensitive tokens: Unlike Base64, Base36 is case-insensitive โ€” ideal for systems that normalize case (e.g., DNS, some file systems).
  • Human-readable codes: Base36 strings are easy to read, type, and communicate verbally since they only use alphanumeric characters.
  • Debugging: Quickly convert text to its Base36 representation for inspection or interoperability testing.

How it works

Paste a Base36 string and the tool decodes it instantly. The base-36 value is parsed into a large integer, converted to hexadecimal bytes, and then decoded as UTF-8 text. Everything runs client-side in your browser โ€” your data stays private.