Slug Generator

Turn titles into URL-friendly slugs with hyphen, underscore, or dot separators. Optional Unicode preservation for multilingual URLs.

Files and content are processed locally in your browser and are not uploaded to our server.

About this tool

Convert headings and phrases into lowercase, URL-safe slugs. Pick a separator (hyphen, underscore, dot), optionally keep Unicode characters for CJK titles, and copy a clean path segment for blogs, docs, or file names.

How to use

  1. Hyphen, underscore, or dot separators
  2. Optional Unicode character preservation
  3. Automatic removal of unsafe URL characters
  4. Live preview as you type
  5. Enter title: Type the blog post title or product name.
  6. Choose options: Select separator and whether to keep non-Latin characters.
  7. Copy slug: Copy the generated slug for your CMS or static site.

Examples

Limitations

FAQ

Should I keep Unicode for Chinese titles?
Modern browsers support Unicode URLs. Enable preserve Unicode if your site and CDN allow percent-encoded CJK paths.
What characters are removed?
Punctuation, symbols, and spaces are converted or stripped according to the separator and Unicode settings.
Is the output always lowercase?
Yes. Slugs are lowercased for consistency unless Unicode mode preserves original script case rules.