Case Converter

Convert between uppercase, lowercase, camelCase, snake_case

Enter text above to see all case conversions

About Case Converter

Case converter transforms text between uppercase, lowercase, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE and more. Useful for variable names, filenames, API fields and bulk text cleanup.

How to Use

  1. Enter the text to convert
  2. Choose the target naming style
  3. Preview multiple formats in real time
  4. Copy the converted result you need

Frequently Asked Questions

What is the difference between camelCase and PascalCase?
camelCase starts with a lowercase letter and is common for JS variables and functions. PascalCase starts uppercase and is common for components, classes and types.
When should I use snake_case or kebab-case?
snake_case is common in database fields and Python variables. kebab-case is common in URLs, CSS class names and filenames.
Does conversion understand meaning?
No. It adjusts word boundaries, casing and separators. Acronyms and proper names may need manual cleanup.