LIVE
0 words
0 chars
0 lines
en-US lang

Case Converter

Convert text to UPPERCASE, lowercase, Title Case or camelCase.

local-only instant no upload
— Text Tools Online
✎ NOTES ON THIS TOOL

What is a Case Converter?

A case converter transforms the capitalization of text between different formats: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and kebab-case. These transformations are used in writing, programming, and data formatting.

How to Use This Tool

  1. Paste your text into the input box.
  2. Click the case format you want to apply.
  3. The converted text appears instantly — copy it with one click.

When to Use Each Case Format

UPPERCASE is used for headings, acronyms, and emphasis. lowercase is used for casual writing and URL slugs. Title Case capitalizes the first letter of each major word — used in article titles and headings. Sentence case capitalizes only the first word — used for regular sentences. camelCase and snake_case are used in programming for variable and function names.

Questions

01 What is the difference between camelCase and PascalCase? +

camelCase starts with a lowercase letter (myVariable), while PascalCase starts with an uppercase letter (MyVariable). Both are used in programming.

02 Does Title Case capitalize every word? +

Standard Title Case does not capitalize articles (a, an, the), short prepositions, or conjunctions unless they are the first word.