URL Slug Generator (Slugify)
Turn any text into a clean URL slug — Unicode-aware
How it works
- 1Paste text
Enter any title, phrase, or sentence — accents and punctuation are handled.
- 2Choose options
Pick separator, case, and whether to enforce strict ASCII.
- 3Copy the slug
One click sends the clean, URL-safe result to your clipboard.
About URL Slug Generator (Slugify)
Free online slugify tool. Convert any title or phrase into a URL-safe slug: lowercase, hyphenated, with accents stripped. Supports strict ASCII or Unicode-preserving mode. Runs entirely in your browser. URL Slug Generator (Slugify) on 712 Tools runs entirely inside your browser using modern JavaScript APIs — no server ever sees your data. That means instant results, complete privacy, and no upload limits.
Whether you need to turn any text into a clean url slug — unicode-aware for a debugging session, a quick sanity check, or a production incident, this tool is free to use as many times as you need. There are no watermarks, no sign-up, and no ads inside the tool itself.
Frequently asked questions
What does strict ASCII mode do?
It removes any character outside a-z, 0-9. Off, it preserves Unicode letters (日本語 → 日本語) which most modern URL routers accept.
How are accents handled?
Text is NFKD-normalized and combining marks are stripped, so 'São Paulo' becomes 'sao-paulo'.
What about emoji?
Strict mode strips them. Unicode mode preserves them, but many CMSs escape them awkwardly — strict is safer.
Read more
Related tools
Word Counter
Count words, characters, sentences, paragraphs, reading time
Case Converter
Convert text to UPPERCASE, lowercase, camelCase, snake_case, kebab-case, and more
Text Diff
Compare two texts and highlight the differences
Find & Replace
Bulk find and replace text with regex support
String Escape
Escape or unescape strings for JSON, JavaScript, and XML
Diff Checker
Compare two blocks of text with a line-by-line side-by-side diff