Creator Operations Desk

Case Converter

Convert uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case and kebab-case locally. Text without case, such as Chinese, remains honest and unchanged.

Last updated:

Convert text case

Case rules apply mainly to scripts with case. Chinese and other uncased text remains unchanged.

What is a case converter?

A case converter quickly standardizes titles, code fields, tags and file names. This tool includes eight common modes and deliberately leaves uncased scripts such as Chinese unchanged instead of pretending to create English letter case for them.

Conversion rules

UPPERCASE and lowercase use Unicode case conversion. Title, sentence, camel, Pascal, snake and kebab modes assemble letter and number tokens. Uncased text remains unchanged, while punctuation becomes a separator in naming modes.

Naming example

“hello WORLD 世界” becomes “Hello World 世界” in Title Case and helloWorld世界 in camelCase. Chinese is retained without being claimed as a case conversion.

How to use

  1. Enter source text and select a conversion mode.
  2. Convert it to see a copyable result.
  3. Check your project naming convention before pasting into a CMS, codebase or sheet.

Frequently asked questions

Will Chinese text be converted?

Chinese has no English-style letter case, so it remains unchanged. The tool converts only scripts that have case.

Is Title Case right for every English heading?

Not always. Editorial styles differ on articles and prepositions; this tool uses a general word-by-word format that you can refine for your brand.

What is the difference between camelCase and PascalCase?

camelCase begins with a lowercase word, while PascalCase begins every word with an uppercase letter. They are used by different code conventions.