Case Converter

Switch text between UPPER, lower, Title, Sentence, camelCase and more.

Text Tools TEXT → CASE
Loading tool…

Files are processed in your browser. Nothing is uploaded to a server.

Retyping text just to change its capitalization is a waste of time. A case converter transforms any text between common styles in one click — from shouting all-caps to clean Title Case for headings, or developer styles like camelCase and snake_case.

How to convert case

  1. Paste your text into the box.
  2. Click the case style you want.
  3. Copy the converted result.
  4. Repeat with a different style if you need to compare.

Case styles explained

Style Example
UPPERCASE HELLO WORLD
lowercase hello world
Title Case Hello World
Sentence case Hello world
camelCase helloWorld
snake_case hello_world
kebab-case hello-world

Converter features

  • Seven common case styles, including developer formats.
  • Smart Title Case that keeps short words sensible.
  • One-click copy of the result.
  • Works instantly and entirely offline in your browser.

Frequently asked questions

What is the difference between Title and Sentence case?
Title Case capitalizes the major words (great for headings); Sentence case capitalizes only the first word, like normal prose.
When would I use camelCase or snake_case?
These are programming conventions for naming variables and functions. camelCase is common in JavaScript; snake_case in Python and databases.
Does it handle accented letters?
Yes, accented characters are uppercased and lowercased correctly.