List Diff Checker
Compare two text lists to find common entries and differences with normalization options.
Convert text between uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, kebab-case, and more.
Use this tool when the words are right but the capitalization, separators, or identifier style need to change.
Use this case converter when moving text between documents, spreadsheets, code, URLs, filenames, headings, labels, and content tools. It is especially useful when the same words need different capitalization or separator styles in different places.
A common workflow is taking a human-readable label and turning it into a technical identifier. For example, a product name might become a URL slug, a spreadsheet header might become a JSON key, or a heading might become a filename. The opposite can also happen: text copied from code or exports may need to become readable prose again.
Case conversion is mechanical, so it is best used as a fast first pass. Review names, acronyms, brand terms, and title capitalization rules when the output will be published or shown to customers.
Prose-style conversions preserve the original spacing and punctuation while changing capitalization. Identifier-style conversions split text into word tokens, including common camelCase and PascalCase boundaries, then join those words with the separator or capitalization pattern for the selected format.
Sentence case lowers the text and capitalizes the first letter after sentence boundaries. Title case applies a practical set of small-word rules for common headings. Identifier formats remove punctuation separators, normalize words, and then join them as camelCase, PascalCase, snake_case, kebab-case, or CONSTANT_CASE.
The conversion runs locally in your browser. That matters for drafts, internal labels, copied spreadsheet columns, and code snippets that you want to reshape without sending the text to another service.
Built and maintained by utilkit. Found an issue? Send corrections to contact@utilkit.com
Content cleanup is the last mile before publishing, importing, or sending work. Catch messy text, mismatched lists, broken formatting, and file issues before they reach someone else.