Octal to Base36 Converter

Enter an octal number and instantly get its base-36 representation using digits 0-9 and uppercase letters A-Z.

Octal Input (Base-8)

Examples:

Base-36 Output

Summary

Enter an octal number and instantly get its base-36 representation using digits 0-9 and uppercase letters A-Z.

How it works

  1. Enter your octal number (digits 0-7) in the input field.
  2. The tool parses the octal string and computes its integer value.
  3. It then repeatedly divides the integer by 36 and collects the remainders.
  4. Each remainder is mapped to a base-36 digit: 0-9 then A-Z.
  5. The remainders, read in reverse order, form the base-36 result.
  6. The output is displayed in uppercase and ready to copy.

Use cases

Frequently Asked Questions

Related tools

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