Text Case Converter
Transform your text between different letter cases: UPPERCASE, lowercase, Title Case, Sentence case, and more. Perfect for formatting text for titles, headings, and proper citation.
Text Statistics
How to Use the Text Case Converter
Enter Your Text
Type or paste your text into the input area above.
Choose a Case Format
Click one of the case conversion buttons to transform your text.
Copy the Result
Use the copy button to copy the transformed text to your clipboard.
About Text Case Formats
What is Sentence case?
Sentence case is the standard format for writing sentences in English. It capitalizes the first letter of each sentence while keeping the rest lowercase. For example: "This is a sentence. This is another sentence."
What is Title Case?
Title Case (or Capitalize Each Word) capitalizes the first letter of each word, with some exceptions for smaller words like conjunctions and prepositions (depending on style guides). For example: "The Quick Brown Fox Jumps Over the Lazy Dog".
What are camelCase, PascalCase, snake_case, and kebab-case?
camelCase: First word is lowercase, and each subsequent word is capitalized with no spaces (e.g., "thisIsCamelCase").
PascalCase: Every word starts with a capital letter with no spaces (e.g., "ThisIsPascalCase").
snake_case: All lowercase with underscores between words (e.g., "this_is_snake_case").
kebab-case: All lowercase with hyphens between words (e.g., "this-is-kebab-case").
These formats are commonly used in programming and web development.