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.
Related tools
ASCII table Searchable ASCII reference table (decimal, hex, octal, character), in your browser. ASCII text art Turn text into large ASCII letters (figlet banner style), right in your browser. Bionic reading Bold the start of each word to read faster (bionic reading), in your browser. Case · converter Convert text to camelCase, snake_case, kebab-case, CONSTANT_CASE, and more. Character and word counter Count characters, words, sentences, lines and paragraphs of pasted text in real time, in your browser. Slug → text Turn a slug (my-url-title) into readable text (My Url Title), right in your browser.