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
  1. 1Paste your accented text
  2. 2Click Convert
  3. 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

Related Articles

More from Text Utilities