Skip to content
Convertto
octalbase36

Octal to Base 36 Converter

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

To convert octal to base 36, enter your value above and the result appears as you type. 377 in octal is 73 in base 36. 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 OCTAL to BASE36

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. Base 36 uses every digit and letter, producing the shortest representation that is still safe in a URL without escaping. As a worked example, 377 equals 255 in decimal and therefore 73 in base 36.

Convert BASE36 to OCTAL insteadOpen the full Number Base Converter

Share this converter