Case Converter
Convert text between camelCase, snake_case, kebab-case and more.
Turn any title into a clean, URL-safe slug.
With ASCII mode on, characters are transliterated to their closest ASCII equivalent: é becomes e, ø becomes o, ß becomes ss, and Cyrillic and Greek are romanised. Turn it off to keep Unicode characters, which modern browsers and search engines handle correctly in URLs.
Yes, as a convention. URL paths are case-sensitive on most servers, so mixed-case slugs create the possibility of two URLs for the same content. Lowercasing removes that whole class of problem.
Convert text between camelCase, snake_case, kebab-case and more.
Percent-encode text for safe use in URLs, or decode it back.
Count words, characters, sentences and reading time.
Your input is saved in this browser so a refresh does not lose it. Tools handling credentials are never saved.