WebToolsPlanet
Text Tools

Remove Accents

Convert accented text into plain ASCII-friendly text.

Last updated: May 29, 2026

Client-Side Processing
Input Data Stays on Device
Instant Local Execution

Find this tool useful? Support the project to keep it free!

Buy me a coffee

What is Remove Accents?

Remove Accents decomposes Unicode characters and strips combining diacritic marks, turning accented words like café, résumé, and São Paulo into cafe, resume, and Sao Paulo.

How to Use Remove Accents

1

Paste accented text.

2

Review the plain-text output.

3

Copy the result.

Common Use Cases

  • Normalizing names for search keys.
  • Preparing slugs or filenames.
  • Cleaning imported text data.
  • Creating accent-insensitive comparison values.

Example Input and Output

Input
Café résumé São Paulo
Output
Cafe resume Sao Paulo

Frequently Asked Questions

Does it translate text?
No. It only removes accent marks and diacritics.
Will every character become ASCII?
Most Latin accented characters become plain Latin letters. Other scripts may remain unchanged.
Is text uploaded?
No. Processing runs locally in your browser.