DOS 8.3 Filename Generator
Validate and convert filenames to DOS 8.3 format. Batch process lists, handle collisions, and export a clean mapping.
Input
Type a filename to validate and convert instantly.
Paste a list to generate a collision-safe 8.3 mapping.
Single filename result
Batch results
| # | Original | Valid 8.3 | 8.3 name | Reason / notes |
|---|---|---|---|---|
If two names collide, a tilde suffix is added, for example REPORT~1.TXT, REPORT~2.TXT.
Why 8.3 still matters
Short names are still useful when working with legacy systems, old games, firmware updaters, and bootable tool disks. If a name is longer than 8.3 or contains disallowed characters, you can hit errors when writing to FAT12 or FAT16 media. This tool gives you a clear, repeatable mapping from modern filenames to safe 8.3 names.
How collisions are handled
If two names would become the same after cleaning, the base is shortened and a tilde number is appended, for example REPORT~1.TXT, then REPORT~2.TXT. The base never exceeds eight characters once the tilde and digits are added.