Case Converter

Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more. One click to transform.

0 characters

Frequently Asked Questions

What is Title Case?

Title Case capitalizes the first letter of every word. It is commonly used for headlines, book titles, and article titles. For example, "the quick brown fox" becomes "The Quick Brown Fox".

When should I use Sentence case?

Sentence case capitalizes only the first letter of the first word in each sentence, just like regular prose. It is the most natural and readable case for body text, subtitles, and UI labels. For example, "this is a sentence. and another one" becomes "This is a sentence. And another one".

What is camelCase used for?

camelCase is widely used in programming for variable and function names in JavaScript, Java, and many other languages. Words are joined without spaces, and each word after the first is capitalized: "hello world" becomes "helloWorld".

What is the difference between snake_case and kebab-case?

Both join words in lowercase, but snake_case uses underscores (common in Python and Ruby) while kebab-case uses hyphens (common in CSS and URLs).

Is my text saved or sent anywhere?

No. All conversion happens in your browser. Your text stays on your device and is never transmitted to any server.