Remove Accents and Transliterate Text
Remove accents from text (é → e, ç → c) for an ASCII result.
🔒 100% client-side — no data sent
Convert accented text into plain ASCII characters: é becomes e, ç becomes c, ñ becomes n. Handy for creating slugs, file names or clean identifiers. Processing is 100% local in your browser, with no data upload.
What is it for?
- ▸ Generate accent-free URL slugs
- ▸ Clean file names before uploading
- ▸ Normalize data for a database or CSV
- ▸ Create ASCII identifiers from proper names
FAQ
Which languages are supported?
Accented Latin characters (French, Spanish, German, Portuguese, etc.) are transliterated to their closest ASCII equivalent.
Is punctuation modified?
Only accented characters are transformed; the original punctuation and case are preserved.
Is my data private?
Yes, all processing happens in your browser and nothing is sent to a server.