Skip to content
Convertto
base36octal

Base 36 to Octal Converter

Convert base 36 numbers to octal instantly, with the working shown.

To convert base 36 to octal, enter your value above and the result appears as you type. 73 in base 36 is 377 in octal. Conversion uses arbitrary-precision integers, so very large values do not lose their low digits the way floating-point arithmetic would.

Runs in your browser

About converting BASE36 to OCTAL

Base 36 uses every digit and letter, producing the shortest representation that is still safe in a URL without escaping. Octal is base 8 and groups bits in threes. It survives mainly in Unix file permissions, where 755 means three sets of read/write/execute bits. As a worked example, 73 equals 255 in decimal and therefore 377 in octal.

Convert OCTAL to BASE36 insteadOpen the full Number Base Converter

Share this converter