Voici le format de chaque compression unitaire :
| Numéro du bit. | Code hexadécimal. | Sémantique. |
| 1 | 0x80 | Le fichier est au format texte. |
| 2 | 0x40 | L'en-tête comporte un code de vérification. |
| 3 | 0x20 | L'en-tête est suivi de données paramétrant l'extension. |
| 4 | 0x10 | L'en-tête est suivi du nom d'origine du fichier. |
| 5 | 0x08 | L'en-tête est suivi du commentaire rattaché au fichier. |
| Code décimal. | Code hexadécimal. | Sémantique. |
| 2 | 0x02 | Compression maximale. |
| 4 | 0x04 | Compression rapide. |
| Code décimal. | Code hexadécimal. | Sémantique. |
| 0 | 0x00 | Fat. |
| 1 | 0x01 | Amiga. |
| 2 | 0x02 | Vms. |
| 3 | 0x03 | Unix. |
| 4 | 0x04 | Vm / Cms. |
| 5 | 0x05 | Atari. |
| 6 | 0x06 | Os/2. |
| 7 | 0x07 | Macintosh. |
| 8 | 0x08 | Z-System. |
| 9 | 0x09 | CP/M. |
| 10 | 0x0A | Tps-20. |
| 11 | 0x0B | Nt Fs. |
| 12 | 0x0C | QDos. |
| 13 | 0x0D | Acorn Risc Os. |
| 255 | 0xFF | Inconnu. |