GWN Tools · Text

Case Converter

Transform text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more. Everything runs in your browser.

Result

Your text never leaves your device — all conversion happens locally.

About the case converter

This case converter transforms text into UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, or alternating case, then lets you copy the result with one click.

What case formats can this converter create?

The converter offers eight formats: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, and aLtErNaTiNg case. Pick a format and the result updates instantly so you can copy it with one click.

What is the difference between camelCase, snake_case, and kebab-case?

camelCase joins words with no spaces and capitalizes each word after the first, so 'hello world' becomes 'helloWorld'. snake_case joins lowercase words with underscores as 'hello_world', and kebab-case joins lowercase words with hyphens as 'hello-world'.

What is the difference between Title Case and Sentence case?

Title Case capitalizes the first letter of every word, like a headline. Sentence case capitalizes only the first letter of each sentence and lowercases the rest, the way ordinary prose is written.