Text Case Converter

Convert any text to uppercase, lowercase, title case, sentence case, camelCase, snake_case and more instantly in your browser. Free online case converter.

Loading calculator…

Results

Converted text
DetailValue
Case
Characters

What is this calculator for?

Convert text between the common programming and editorial case styles (upper, lower, title, sentence, camelCase, snake_case, and more).

How to Use This Calculator

Enter the values below, then press Calculate (or press Enter). The calculator updates your results instantly. Try different values to see how your inputs change the outcome.

  1. Text to convert — enter a value. A typical Text to convert would be Type or paste text here….
  2. Case — enter a choice from the options.
  3. Review your results — the key output is highlighted, with supporting figures below.

What You'll Need

Text to convert
a value · required
Case
a choice from the options (UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE) · optional

About This Calculator

This case converter transforms any text into the case style you need — from simple UPPERCASE and lowercase to title case, sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE.

It is useful both for polishing written content (title case for headings, sentence case for paragraphs) and for developers normalizing identifiers, filenames, and variable names to a team convention.

Conversion runs entirely in your browser.

Worked Examples

Example

theQuickBrownFox

Frequently Asked Questions

What is the difference between camelCase and PascalCase?
camelCase starts with a lowercase letter (myVariable); PascalCase starts each word with an uppercase letter (MyVariable). Both remove spaces.
Does title case handle small words like "and" correctly?
The basic title-case output capitalizes every word. For refined rules (not capitalizing articles/prepositions), check the refined title-case tool.