Case Converter

Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more. Everything runs in your browser, so your text stays on your device.

0characters0words0sentences0lines

About the case converter

What is a case converter?

A case converter changes the capitalization of text. You paste a block of words, pick a style, and get the same text rewritten in a new case. It's useful for cleaning up messy copy, formatting code identifiers, fixing accidentally caps-locked sentences, or just having a bit of fun with aLtErNaTiNg cAsE.

Why use our case converter

  • ·Free. No signup, no paywall, no limits.
  • ·Runs in your browser. Nothing gets uploaded, your text stays with you.
  • ·Instant. Every conversion is one click and happens immediately.
  • ·Works on any device. Phone, tablet, laptop, doesn't matter.
  • ·Live stats. See character, word, sentence, and line counts as you type.

Case types explained

UPPERCASE

Every letter is capitalized. Good for headings or shouting.

HELLO WORLD

lowercase

Every letter is lowercase. Good for a soft, relaxed tone.

hello world

Title Case

The first letter of every word is capitalized. Great for titles and headings.

Hello World

Sentence case

Only the first letter of each sentence is capitalized. The normal way to write prose.

Hello world. How are you?

camelCase

Words are joined together, with each word after the first starting with a capital letter. Common in JavaScript variables.

helloWorld

snake_case

Words are joined by underscores, all lowercase. Common in Python and database column names.

hello_world

kebab-case

Words are joined by hyphens, all lowercase. Common in URLs and CSS class names.

hello-world

aLtErNaTiNg cAsE

Letters flip between lowercase and uppercase. Mostly used for memes and sarcasm.

hElLo WoRlD

InVeRsE CaSe

Every letter swaps to the opposite case. A quick way to undo a caps-lock mistake.

hELLO wORLD

Frequently asked questions

Is the case converter free?
Yes, it's completely free with no signup, no limits, and no watermarks. Use it as often as you like.
Is my text safe?
Your text never leaves your browser. All conversions run locally on your device, so nothing is uploaded to a server.
Does it work offline?
Once the page is loaded, you can keep using it offline. Conversions are pure JavaScript that runs in your browser.
Is there a limit on how much text I can convert?
There is no hard limit. Very long text may slow down older devices, but typical documents are handled instantly.