Understanding Base 8 - The Compact Binary Representation
What is Octal?
Definition
Octal = base 8 number system
Digits: 0, 1, 2, 3, 4, 5, 6, 7
Each position represents a power of 8.
Used in older computer systems and programming because it's a
short form of binary (1 octal digit = 3 binary bits).