Slug Generator | How to use and interpret results
Turn a title into a lowercase, hyphen-oriented URL segment. Local modes strip Hangul, approximate romanization or form byte-like text, which must be checked against the destination's routing policy.
- Runs in your browser
- Nothing is uploaded
- No signup; device limits apply
Loading the tool. If it does not appear, reload this page.
How to use this tool
Enter a title and choose Hangul handling. Check for an empty or duplicate result, and plan redirects separately before changing an already-public address.
Results and examples
Hello World becomes hello-world. The Hangul romanization mode substitutes syllables and does not guarantee official word-level phonological romanization.
Worked example
Hello World becomes hello-world. The Hangul romanization mode substitutes syllables and does not guarantee official word-level phonological romanization.
Limitations
- Existing site slugs and reserved routes are not queried.
- The encoding mode's hexadecimal text is not itself a standard percent-encoded URL.
Fields
| Field | Guidance and constraints |
|---|---|
| Title / phrase | Check the unit and format displayed beside this field. |
| Keep Latin only (strip Hangul and special characters) | Check the unit and format displayed beside this field. |
| Percent-encode non-ASCII | Check the unit and format displayed beside this field. |
| Simple romanization (approximate Hangul syllables) | Check the unit and format displayed beside this field. |
| Allow only letters, digits, and hyphens (normalize even in encode mode) | Check the unit and format displayed beside this field. |
| Slug | Check the unit and format displayed beside this field. |
Data handling
Processing stays in the current browser tab; the site does not upload tool input for the calculation itself.
Sources
Frequently asked questions
Which slug comes from Hello World?
Hello World becomes hello-world. The Hangul romanization mode substitutes syllables and does not guarantee official word-level phonological romanization.
Are official romanization and duplicate checks provided?
Existing site slugs and reserved routes are not queried. The encoding mode's hexadecimal text is not itself a standard percent-encoded URL.