PXLTools

Case Converter

UPPER, lower, Title, camelCase and more

UPPERCASE
lowercase
Title Case
Sentence case
camelCase
PascalCase
snake_case
kebab-case
CONSTANT_CASE
dot.case
path/case
aLtErNaTiNg
Inverse cASE

How to use Case Converter

  1. Type or paste your text into the input field.
  2. All case conversions appear below — updated as you type.
  3. Click Copy on any row to copy that case version to your clipboard.

When to use each case style

UPPERCASE is used for emphasis, acronyms, and constants in code. lowercase suits modern minimalist branding, informal writing, and many CSS classes. Title Case is the standard for headlines and book titles; Sentence case is standard for body text and paragraphs.

In code, each case has a specific role. camelCase names variables and functions in JavaScript, Java, and Swift. PascalCase names classes and React components. snake_case is common in Python and Ruby. kebab-case appears in URLs, CSS classes, and filenames. CONSTANT_CASE marks immutable values.

The exotic cases have their own uses: dot.case for config keys and namespaces, path/case for folder paths, aLtErNaTiNg for memes and sarcasm, Inverse case for generating visually loud placeholder text.

Frequently Asked Questions

What case types are supported?
UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, aLtErNaTiNg, and Inverse case. 13 formats in total.
Why does Title Case capitalize some words and not others?
True Title Case follows AP style: capitalize major words and leave short prepositions, conjunctions, and articles (a, an, the, in, of, to, and, but, for) in lowercase — unless they start or end the title. Many simple title-case tools capitalize every word; this one follows the stricter AP convention.
How is Sentence case different from Title Case?
Sentence case capitalizes only the first word and proper nouns. Title Case capitalizes most words except minor ones. Use Sentence case for body text, Title Case for headlines.
Is my text sent anywhere?
No. All conversions run locally in your browser.