Binary to Base36 Converter

Enter a binary number (0s and 1s) and instantly get the base-36 equivalent using digits 0-9 and letters A-Z.

Binary Input

Examples:

Base-36 Output

Summary

Enter a binary number (0s and 1s) and instantly get the base-36 equivalent using digits 0-9 and letters A-Z.

How it works

  1. Enter or paste your binary string (0s and 1s) into the input field.
  2. The tool strips any spaces or non-binary characters and reads the full bit string.
  3. The binary string is interpreted as a big integer (base-2 to decimal).
  4. The decimal value is divided repeatedly by 36 and remainders are mapped to 0-9 and A-Z.
  5. The resulting base-36 digits are assembled in the correct order and displayed.
  6. Optional: view the intermediate decimal value for verification.

Use cases

Frequently Asked Questions

Related tools

Last updated: 2026-05-23 · Reviewed by Nham Vu