Case Converter

Convert text to UPPERCASE, lowercase, Title Case, or camelCase. Enter your values, review the formula, and use the worked result as a quick check for everyday planning.

Case Converter

Convert text to UPPERCASE, lowercase, Title Case, or camelCase.

Enter text to convert

Select output case

Results

Converted Text

HELLO WORLD

Formula: Text transformation to selected case

Text Case Converter: UPPER, lower, Title, camel, snake, kebab

Convert text between six different case formats instantly. Paste your text, select the output format, and copy the result. Useful for programming, content formatting, and data cleanup.

Formula

Six transformations are available: UPPERCASE, lowercase, Title Case, camelCase, snake_case, and kebab-case. Each transformation applies consistent rules to convert the input text.

Worked example

Input "Hello World" → UPPER: "HELLO WORLD", lower: "hello world", Title: "Hello World", camel: "helloWorld", snake: "hello_world", kebab: "hello-world".

Practical guidance

Programming conventions

camelCase is used in JavaScript/TypeScript for variables and functions. snake_case is common in Python, Ruby, and database column names. kebab-case is used in CSS class names and URLs. Use the appropriate converter for your codebase.

Title Case rules

The Title Case converter capitalizes the first letter of each word and lowercases the rest. Note that style guides disagree on whether to capitalize short words like "a", "the", "in". This converter capitalizes every word for simplicity.

Frequently asked questions

How do I use the Case Converter?

Enter your values in the fields and the result updates instantly as you type.

What formula does this calculator use?

Text transformation to selected case

Can I use decimal values?

Yes. Decimal inputs are supported for most calculators. Integer-based tools use rounded integer values where appropriate.

Is this calculator free?

Yes. CalcuNimble calculators are free and optimized for fast everyday use.