snaptools
á
Remove Accents error
⌃⏎ run · clear · / focus input
// about this tool

Remove Accents Online

Updated 2026-07-09

Remove accents and diacritics from text online for free. Paste accented text and SnapTools folds each character to its closest plain ASCII letter — café becomes cafe, résumé becomes resume — instantly, in your browser. Nothing you enter is uploaded.

Accented characters break systems that expect plain ASCII: file names, URL slugs, usernames, and some database keys. This tool normalises them in one step, stripping diacritics while leaving unaccented letters, digits, and punctuation untouched. It is also handy for making names searchable regardless of how the accents were typed.

// how to use

  1. 1 Type or paste accented text into the input panel on the left.
  2. 2 SnapTools folds each accented character to its closest plain ASCII letter as you type.
  3. 3 Read the result on the right, then copy or download it.

// examples

Fold accents
Input
café résumé naïve
Output
cafe resume naive
Mixed diacritics
Input
Zoë Söndergaard
Output
Zoe Sondergaard

// common uses

Making ASCII-safe file names and identifiers Normalising names for search and matching Preparing text for systems that reject accents Cleaning imported data with inconsistent diacritics

// faq

No. The conversion runs entirely in your browser, so your text never leaves your machine.
It strips diacritical marks — accents, umlauts, tildes, cedillas, and similar — folding characters like é, ü, ñ, and ç to their base letters e, u, n, and c.
No. Unaccented letters, digits, spaces, and punctuation pass through unchanged. Only characters carrying a diacritic are simplified.
Common special letters are mapped to sensible ASCII equivalents where one exists. The goal is a readable, ASCII-safe version rather than a perfect linguistic transliteration.
Creating ASCII-safe file names, slugs, usernames, or database keys, and normalising names for search and matching where accents should not affect the result.

Use this via API

Get a free API key →
curl -X POST https://snaptools.dev/api/v1/tools/remove-accents \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"caf\u00e9 r\u00e9sum\u00e9 na\u00efve"}'
Esc
↑↓ navigate open Esc close