Developer Tools
Decode URL slugs into readable text quickly.
Use this URL slug decoder to turn slugs back into readable text by converting separators and decoding encoded characters. It is useful for SEO work, content cleanup, copied URLs, title recovery, and understanding what a slug likely represents as normal text.
Use this URL slug decoder to turn slugs back into readable text by converting separators and decoding encoded characters. It is useful for SEO work, content cleanup, copied URLs, title recovery, and understanding what a slug likely represents as normal text.
Use url slug decoder when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.
Read step-by-step usage guidance, best practices, and common mistakes.
See common questions and answers about input, output, and tool usage.
Review practical input and output examples before running the tool.
Find similar and supporting tools for adjacent actions and follow-up tasks.
Input
my-awesome-page
Output
my awesome page
Turns separator-based slug text back into readable words.
Input
https://example.com/blog/hello%20world
Output
hello world
Useful when extracting and decoding the last slug from a full URL.
Fix: Check which path segment the tool uses as the slug source.
Fix: Decode only once and compare the result carefully.
Fix: Use a URL parser if you need host, path, query, and hash details.
It converts slugs like my-awesome-page into readable text and decodes URL-encoded characters.
Yes. If you paste a full URL, the tool can use the last path segment as the slug source.
A slug decoder focuses on last-segment slug cleanup and separator handling, while URL Decode focuses on percent-encoded text more generally.
Yes. It works online in the browser.
Use the decoder when you want to turn an existing slug back into readable text. Use the generator when you want to create a slug from normal text.