- Is octal still used?
- Unix file permissions (chmod 755), some C-era literals, and old systems. Rare in modern development outside these specific contexts.
- Why octal for permissions?
- Three permission bits (r, w, x) fit in one octal digit. Nine bits total = three octal digits. Historical elegance that stuck.
- Space between characters?
- Configurable — space, none, or newline. The decoder handles all formats.
- Can I round-trip to text?
- Yes — toggle direction. Paste octal sequences, get text back. Useful for decoding old Unix-style character dumps.