Base36 to Octal Converter

Type a base-36 number (digits 0-9 and letters A-Z) and instantly see its octal (base-8) equivalent.

Base-36 Input

Quick Examples

Conversion Result

Enter a base-36 value and click Convert

Copied!

Summary

Type a base-36 number (digits 0-9 and letters A-Z) and instantly see its octal (base-8) equivalent.

How it works

  1. Enter a base-36 number using digits 0-9 and letters A-Z (case-insensitive).
  2. The tool parses each character into its numeric value (0-9 = 0-9, A-Z = 10-35).
  3. The base-36 value is accumulated into a decimal (base-10) integer using BigInt.
  4. The decimal integer is then converted to octal (base-8) by repeated division.
  5. The octal result and decimal intermediate are displayed instantly.

Use cases

Frequently Asked Questions

Related tools

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