Skip to content
Convertto

Remove Accents & Diacritics

Convert accented characters to plain ASCII — café becomes cafe, naïve becomes naive.

To remove accents, paste text above and every accented character is decomposed and stripped back to its base ASCII letter. Ligatures and special letters that have no decomposition, such as ß, æ and ø, are mapped explicitly to their conventional ASCII equivalents.

Runs in your browser
Privacy
Runs entirely in your browser — nothing is uploaded
Cost
Free, unlimited, no sign-up

Frequently asked questions

Is removing accents safe for names?

It changes them. "Müller" becoming "Muller" is usually acceptable for a URL slug, but treating the two as the same person in a record system is a real data quality problem — and in German, ü properly transliterates to "ue", not "u".

How does accent removal work technically?

The text is normalised to NFD, which separates a letter from its accent into two code points, and then the combining marks are deleted. That is why é becomes e while ø, which has no separable accent, is unaffected.

How to use the remove accents & diacritics

  1. 1Enter or paste your text.
  2. 2The result appears immediately — copy or download it.

Embed this tool

Put the working remove accents & diacritics on your own site. It runs in your visitors' browsers exactly as it does here — free, no account, nothing uploaded.

Share this tool

Last updated

More text tools