Base Eight

1 revision
#11 week ago
+6
Auto-generated stub article
+**Base Eight**, also known as [Octal](/wiki/octal), is a positional [numeral system](/wiki/numeral_system) that uses eight unique digits (0-7) to represent numbers. Each position in an octal number signifies a power of eight, offering a compact representation often used in computing as a bridge between binary and hexadecimal.
+## See also
+- [Base](/wiki/base)
+- [Binary](/wiki/binary)
+- [Decimal](/wiki/decimal)
... 1 more lines