Octal to Base 32 Converter
Convert Octal (Base 8) to Base 32 (Base 32) instantly. Enter any Octal value to get the Base 32 equivalent.
Octal to Base 32
6 units
—
Common Numbers Conversions
Octal to Base 32 Conversion Table
| Octal (Base 8) | Base 32 (Base 32) |
|---|---|
| 0 | 0 |
| 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 10 | 8 |
| 12 | A |
| 17 | F |
| 20 | G |
| 40 | 10 |
| 100 | 20 |
| 144 | 34 |
| 200 | 40 |
| 377 | 7V |
| 1000 | G0 |
| 1750 | V8 |
| 2000 | 100 |
| 7777 | 3VV |
| 177777 | 1VVV |
How to Convert Octal to Base 32
To convert from Octal (base 8) to Base 32 (base 32), express the integer value using the digits available in the target base. For example, decimal 255 is 377 in Octal and 7V in Base 32.
Use the converter above — type any Octal value to instantly see its Base 32 equivalent. Convert Base 32 → Octal instead →
Frequently Asked Questions
Q
How do I convert Octal to Base 32?
Interpret the Octal (base 8) number as an integer, then express it in base 32. For example, the Octal value FF equals 255 in decimal, which is 7V in Base 32.
Q
What is 255 in Base 32?
255 in decimal = 7V in Base 32.
About These Units
Octal
Base 8
A positional numeral system with base 8. Uses 8 distinct digits (0–7).
Base 32
Base 32
A positional numeral system with base 32. Uses 32 distinct digits (0–9 + A–V).