TEXT TOOL · CLIENT-SIDE

Case Converter

Convert text between UPPERCASE, lowercase, Title Case, camelCase, and more.

Frequently Asked Questions

What is Title Case?

Title Case capitalizes the first letter of each major word. It is commonly used for headlines, article titles, and section headings. Minor words like "a", "the", and "and" are typically lowercase.

What is camelCase?

camelCase joins words by capitalizing each word except the first. For example, "hello world" becomes "helloWorld". It is widely used in JavaScript and programming.

How do I convert text to uppercase?

Paste your text and click the "UPPERCASE" button. The converted text appears instantly in the output area. You can then copy or download it.

Related guides