what is octal

Octal is a base-8 numbering system that uses the digits 0-7 to represent numbers. It is commonly used in computer programming and digital systems, as it is a convenient way to express binary numbers in a more compact and readable form. Each digit in an octal number represents three bits in binary. For example, the octal number 23 is equivalent to the binary number 010011.