ToolPad
Runs locally in your browser. Nothing you paste is sent to a server.

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

0 chars

Output

0 chars

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.

Common uses
  • Process text data quickly without external tools
  • Transform content for development workflows
  • Clean and format text for analysis
Tips
  • Enable Auto to transform as you type
  • Upload text files directly from your device
  • Download the result when done

FAQ

Is my text uploaded to a server?

No. Everything runs locally in your browser. Nothing you paste is sent to a server.

Can I use this tool offline?

After the page loads once, it will typically keep working offline (unless you hard refresh with no cache).

Do you store my input?

No. Your input stays in your browser. Only optional preferences like theme or language may be stored.

What input formats are supported?

Any plain text. You can paste text directly into the input box.

Does it remove emojis too?

No. Emojis are not diacritics. Use Remove Emojis or Remove Non-ASCII Characters for broader removal.

Will it change normal ASCII letters?

No. Standard English letters are unchanged; only accented forms are normalized.

Does it preserve original spacing and punctuation?

Yes. Only diacritic marks are removed; spacing and punctuation remain the same.