Remove Diacritics
Remove accents and diacritics from text (for example, café → cafe). Useful for normalization, matching, and slug generation. Runs locally in your browser.
Input
Output
Tip: You can verify in DevTools → Network that nothing is uploaded.
About this Remove Diacritics
Remove Diacritics converts accented characters into their base form by stripping diacritical marks (é → e, ü → u, ñ → n).
This is useful for search normalization, generating slugs, and matching text across different keyboard layouts while keeping letters readable.
- Process text data quickly without external tools
- Transform content for development workflows
- Clean and format text for analysis
- Enable Auto to transform as you type
- Upload text files directly from your device
- Download the result when done
FAQ
No. Everything runs locally in your browser. Nothing you paste is sent to a server.
After the page loads once, it will typically keep working offline (unless you hard refresh with no cache).
No. Your input stays in your browser. Only optional preferences like theme or language may be stored.
Any plain text. You can paste text directly into the input box.
No. Emojis are not diacritics. Use Remove Emojis or Remove Non-ASCII Characters for broader removal.
No. Standard English letters are unchanged; only accented forms are normalized.
Yes. Only diacritic marks are removed; spacing and punctuation remain the same.