Devkit

Base Converter

A simple tool to encode and decode between Base64 and Base36. Quickly convert your data with ease.

Input (Original Text)

0 characters

Result (Encoded Text)

0 characters

What is Base64?

Base64 is an encoding scheme that converts binary data into ASCII characters. It is widely used for things like email attachments and web data transmission.

  • β€’ Uses 64 characters (A-Z, a-z, 0-9, +, /)
  • β€’ Uses = as a padding character
  • β€’ Web-safe versions use - and _ instead of + and /

What is Base36?

Base36 is a base-36 representation that uses 0-9 and A-Z (a total of 36 characters). It's used for creating short IDs or converting numbers to characters.

  • β€’ Uses 36 characters (0-9, A-Z)
  • β€’ Case-insensitive
  • β€’ Useful for generating short identifiers