Remove Accents
Strip accents and diacritics from text (é → e, ș → s). Runs in your browser.
Accents and diacritics can break URLs, filenames, usernames and systems that expect plain ASCII. Remove Accents converts letters like é, ș and ü to their plain equivalents (e, s, u) while leaving the rest of the text intact.
How to use remove accents
- 1. Paste text containing accented characters.
- 2. Accents and diacritics are stripped to plain letters.
- 3. Copy the ASCII-friendly text.
When to use Remove Accents
Clean data for old systems
Convert names or values to plain letters for systems that don't handle accents.
Build a safe filename or slug
Strip diacritics before turning a title into a filename or URL slug.
Normalise text
Get a consistent ASCII version of accented content.
Frequently asked questions
Which accents does it handle?
A wide range of Latin diacritics — acute, grave, circumflex, tilde, umlaut, cedilla and more — mapping each to its base letter.
Does it change non-accented text?
No — only accented characters are simplified; the rest stays exactly as it is.
Is my text private?
Yes — it's processed in your browser.