🔄 Case Converter

Convert your text to different cases instantly. Support for uppercase, lowercase, title case, sentence case, camelCase, and PascalCase.

Converted Text

Text Case Conversion Guide

What are the different text cases?

UPPERCASE converts all letters to capitals, lowercase converts all to small letters, Title Case capitalizes the first letter of each word, Sentence case capitalizes only the first letter of sentences, camelCase removes spaces and capitalizes each word except the first, and PascalCase capitalizes every word including the first.

When should I use different cases?

Use UPPERCASE for headlines or emphasis, Title Case for headings and titles, Sentence case for regular text, camelCase for programming variables, and PascalCase for class names in programming.