Text Case Converter

Convert text between different cases instantly.

Free Online Text Case Converter

Convert text between uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, and kebab-case โ€” instantly and for free. Our online case converter handles any text length, from a single word to thousands of lines, making it essential for developers naming variables, writers editing headlines, content creators formatting titles, and anyone who needs to transform text casing without retyping everything manually. Title Case capitalizes the first letter of every major word following AP and Chicago style rules. Sentence case capitalizes only the first word of each sentence โ€” ideal for email subjects and UI labels. CamelCase and PascalCase are the standard naming conventions in JavaScript, TypeScript, Java, and C#. Snake_case is the convention in Python, Ruby, and SQL. Kebab-case is used in HTML attributes, CSS class names, and URL slugs. Paste your text, click a conversion button, and copy the result in one smooth workflow.

How to Use

  1. Type or paste your text into the input area.
  2. All case conversions appear instantly below.
  3. Hover over any result to reveal the Copy button, or click the text directly.
  4. Click "Clear" to reset and convert new text.

FAQ

What case formats are supported?
The converter supports UPPERCASE, lowercase, Title Case, Sentence case, camelCase (e.g., myVariableName), PascalCase (e.g., MyVariableName), snake_case (e.g., my_variable_name), and kebab-case (e.g., my-variable-name). These cover virtually every common use case in writing, programming, web development, and content creation.
What is the difference between camelCase and PascalCase?
Both formats combine words without spaces, but they differ in the first letter. camelCase starts with a lowercase letter (e.g., getUserById), while PascalCase starts with an uppercase letter (e.g., GetUserById). In programming, camelCase is typically used for variable and function names in JavaScript and Java, while PascalCase is used for class names, React components, and C# methods.
Does Title Case follow AP or Chicago style?
The title case conversion capitalizes major words (nouns, verbs, adjectives, adverbs) while leaving short conjunctions, articles, and prepositions in lowercase โ€” following common AP and Chicago style conventions. Short words like "a", "an", "the", "and", "but", "or", "in", and "on" are kept lowercase unless they appear at the start of the title.
Is there a character limit?
No โ€” there is no character limit. The case converter handles any amount of text, from a single word to multi-thousand-word articles. All processing happens instantly in your browser with no server requests, so even very long texts convert in milliseconds.

Related Tools

You Might Also Like