Convert between octal (base-8) and other number systems. Essential for Unix file permissions and legacy computing.
Valid octal digits: 0-7. Supports fractional octal numbers.
Octal (base-8) uses digits 0-7. Each octal digit represents exactly 3 binary bits, making it perfect for representing binary data in a more compact form.