Utill.net

Text Case Converter

camelCase, snake_case & More

Convert text into camelCase, PascalCase, snake_case, kebab-case, UPPER CASE, lower case, Title Case, and Sentence case.

What is this tool?

This text case converter transforms words into common naming styles: camelCase, PascalCase, snake_case, kebab-case, UPPER CASE, lower case, Title Case, and Sentence case.

The converter splits input on whitespace, hyphens, underscores, punctuation cleanup, and capital-letter boundaries. That makes it useful for moving between human-facing labels and code-facing identifiers, but it can also normalize acronyms more aggressively than a human editor would.

Use it during refactors, schema design, CSS naming, file naming, API field mapping, documentation cleanup, and translation preparation.

How to use

  1. Paste a phrase, heading, variable name, or identifier.
  2. Review the generated case variants.
  3. Copy the variant that matches your codebase, URL, file name, or editorial style.
  4. Manually check acronyms and brand terms because automated casing may normalize them.

Examples

Input / settingOutputNotes
hello worldcamelCase helloWorld; PascalCase HelloWorld; snake_case hello_world; kebab-case hello-worldCommon developer naming formats.
api response idcamelCase apiResponseId; snake_case api_response_idLowercase words converted into identifier styles.

Related tools & concepts

Last reviewed: 2026-05-08