Base-8 Converter & Calculator

Octal Numeral Converter

Decimal โ†’ Octal
Octal โ†’ Decimal
Octal Value (Base-8):
-

About Octal (Base-8)

The octal system uses 8 as its base, with digits ranging from 0 to 7. It was historically popular in computing because it easily converts to binary.

Each octal digit corresponds to exactly three binary digits (bits), making it a compact way to represent binary data. For example, octal 755 is binary 111 101 101.

Octal Calculator

Result:
-

Unix File Permissions Calculator

Click the checkboxes to set Read (4), Write (2), and Execute (1) permissions for each user class. The octal code will update automatically.

Owner

Group

Others

Octal Permission Code:
000
Symbolic Notation:
--- --- ---

Octal Reference

Octal to Binary Conversion

Each octal digit maps directly to a 3-bit binary number. This makes conversion between the two systems very fast.

OctalDecimalBinary (3-bit)
00000
11001
22010
33011
44100
55101
66110
77111

Quick Quiz: Test Your Knowledge!

What is the decimal value of 100?

 

Score: 0