Text UtilitiesText CleanersFree Tool
Remove Accents
Strip diacritical marks (accents) from letters using real Unicode decomposition — converts é to e, ü to u, and so on.
How to Use Remove Accents
- 1Paste your accented text
- 2Click Convert
- 3Copy the text with diacritical marks removed
Frequently Asked Questions
It uses the browser's built-in Unicode NFD (Normalization Form Decomposition) to split each accented character into its base letter plus a separate combining-accent character, then removes just the combining-accent characters — a genuine, standards-based technique, not a hand-built lookup table.
Yes — any character with a combining diacritical mark in the standard Unicode range (U+0300–U+036F) is handled, covering accented Latin letters from most European languages.
Characters from other scripts that don't decompose into a base-letter-plus-accent pair are left unchanged, since there's nothing for this technique to strip.
No — the conversion happens entirely in your browser.
Related Tools
Remove Line Breaks
Replace every line break in your text with a single space, turning multi-line text into one continuous line.
Remove Extra Spaces
Collapse any run of whitespace (multiple spaces, tabs, line breaks) down to a single space, and trim the ends.
Remove Duplicate Lines
Remove repeated lines from a list, keeping only the first occurrence of each unique line, in original order.
Remove Empty Lines
Delete every blank or whitespace-only line from your text, keeping only lines with actual content.