Free Tool

Case Converter

Convert text between uppercase, lowercase, title case, camelCase, and more. Instant, free.

Types of text cases

  1. UPPERCASE — all letters capitalized (HELLO WORLD)
  2. lowercase — all letters in lower case (hello world)
  3. Sentence case — first letter of each sentence capitalized (Hello world. This is text.)
  4. Title Case — first letter of major words capitalized (Hello World)
  5. camelCase — no spaces, each word capitalized except the first (helloWorld)
  6. PascalCase — no spaces, every word capitalized (HelloWorld)
  7. snake_case — words separated by underscores (hello_world)
  8. kebab-case — words separated by hyphens (hello-world)

When to use each text case

CaseCommon Use
UPPERCASEHeadings, acronyms, emphasis
lowercaseURLs, email addresses, hashtags
Title CaseBlog titles, book titles, headlines
Sentence caseUI text, subtitles, descriptions
camelCaseJavaScript/TypeScript variables
PascalCaseClass names, React components
snake_casePython variables, database columns
kebab-caseURL slugs, CSS class names

Frequently Asked Questions

What is title case?

Title case capitalizes the first letter of every major word while keeping minor words (a, an, the, and, or, etc.) in lowercase. It is the standard format for blog titles, book titles, and article headlines in most style guides.

What is the difference between camelCase and PascalCase?

Both join words without spaces. camelCase starts with a lowercase letter (myVariable), while PascalCase starts with an uppercase letter (MyComponent). In JavaScript, camelCase is standard for variables and functions; PascalCase is used for classes and React components.

Need perfectly-formatted content at scale?

Quillly generates polished, SEO-optimized blog posts with proper formatting — automatically.