// free-toolTITLE → slug
Slug Generator
Type a title and get a clean slug live: lowercased, accents flattened (é→e), symbols stripped, spaces collapsed to single hyphens. Choose hyphen or underscore separators. Ideal for blog URLs, filenames and IDs.
no signup · no watermark · unlimited use
Frequently asked questions
What happens to accented characters?
They are transliterated to their base letters (café → cafe) using Unicode normalization, so slugs stay pure ASCII and safe in any URL.
Why hyphens instead of underscores?
Search engines treat hyphens as word separators but historically not underscores — hyphens are the SEO-safe default, though underscores are available as an option.
More dev & text tools
Base64 Encode
Encode any text to Base64 — Unicode-safe.
Base64 Decode
Decode Base64 back to readable text instantly.
URL Encode
Percent-encode text for safe use in URLs and query strings.
URL Decode
Decode percent-encoded URLs back to readable text.
Text to Hex
Convert text to its hexadecimal byte representation.
Hex to Text
Decode hexadecimal bytes back into readable text.
Need custom tools like this in your product?
I build fast, privacy-first web applications with Next.js — these converters run entirely in the browser, and yours can too.