Skip to content
Convertto
octalbase32

Octal to Base 32 Converter

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

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

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 32 uses digits and letters chosen to stay unambiguous when read aloud or typed — no 0/O or 1/I confusion. As a worked example, 377 equals 255 in decimal and therefore 7V in base 32.

Convert BASE32 to OCTAL insteadOpen the full Number Base Converter

Share this converter