à
Remove Accents from Text
Convert accented and diacritic characters to their plain base letters — é→e, ñ→n, ü→u — with an option to also convert special letters like ø, ß and æ. Perfect for slugs, filenames and search keys.
Input text
Plain ASCII output
Removes diacritics (accents, umlauts, tildes) while keeping the base letters — handy for slugs, filenames and search keys.
🔒 This tool runs entirely in your browser. Your data is never uploaded.
Frequently asked questions
What does it remove?+
Diacritics — accents, umlauts, tildes and cedillas — converting letters like é, ñ and ü to e, n and u.
Does it handle letters like ø and ß?+
With the option enabled, yes — it also maps special letters such as ø→o, ß→ss and æ→ae that don't decompose automatically.
Why would I need this?+
For clean URL slugs, safe filenames and consistent search or sorting keys, where non-ASCII characters cause problems.