Octal Encode / Decode
Encode and decode text using Octal
Octal (base-8) uses digits 0-7. Traditional in Unix/Linux systems for file permissions (chmod), legacy computing, and embedded systems. Still relevant for system administrators and understanding Unix permission notation.