Loadingβ¦
Loadingβ¦
Make file names safe for Windows, Mac, Linux and URLs: remove forbidden characters, replace accents and spaces, and fix reserved names like CON.
Also covers: Safe filename generator Β· Remove special characters from file names Β· URL-friendly file names
β¦or drop files to get cleaned copies
255 is the limit on Windows, macOS and Linux file systems.
Always removes characters Windows forbids (< > : " / \ | ? *), control characters, and leading/trailing dots and spaces, and renames reserved names like CON or NUL.
Cleaned
5 of 5
names changed
Before β after
| Before | After |
|---|---|
| My RΓ©sumΓ© (final) β v2!!.PDF | My-Resume-final-v2.PDF |
| Photo 2026-09-26 at 10.15.32 AM.jpeg | Photo-2026-09-26-at-10.15.32-AM.jpeg |
| Q3 report #1 [draft].docx | Q3-report-1-draft.docx |
| CON.txt | CON_.txt |
| StraΓe & CafΓ© menu.png | Strasse-Cafe-menu.png |
One name per line, or drop files to get renamed copies.
Hyphens or underscores, accents replaced, URL-unfriendly characters removed, lowercase, maximum length.
Always the ones Windows forbids β < > : " / \ | ? * β and control characters. Optionally # % & { } $ ! ' @ + = and others that cause trouble in URLs and command lines.
CON, PRN, AUX, NUL, COM1β9 and LPT1β9 are reserved device names on Windows, even with an extension. They get an underscore added (CON_.txt).
Accented names are fine on modern systems but can break in older software, some ZIP tools and URLs. Γ© becomes e, Γ becomes ss.
ZIP
Zip files and whole folders in your browser, keeping the folder structure, with a choice of compression level β nothing is uploaded.
Extract
Open ZIP, 7z, RAR, TAR, .tar.gz and .gz files in your browser, including password-protected ones, and save the files one by one, as a ZIP, or straight into a folder.
TAR
Bundle files and folders into a .tar or .tar.gz archive, with long and non-English file names kept intact.
gzip
Compress files to .gz at the level you choose, or decompress .gz files back to the original, with the size saving shown.
Rename
Rename many files at once with a pattern, numbering, find & replace (with regex), case changes and new extensions β preview everything, then download renamed copies.
Duplicates
Find files with identical content in a folder β whatever their names β and see how much space the extra copies take, with a CSV report.