Case Converter

Instantly change text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more.

100% private — your text never leaves your browser. Every conversion runs on your device with no upload and no sign-up. It even works offline once this page has loaded.
Converted locally — nothing is uploaded.
UPPERCASE
Every letter capitalised
lowercase
Every letter lowercased
Title Case
First letter of each word
Sentence case
First letter of each sentence
camelCase
joinedLikeThis
PascalCase
JoinedLikeThis
snake_case
joined_with_underscores
kebab-case
joined-with-hyphens
aLtErNaTiNg
Every other letter capitalised

More text tools: count words and reading time with the Word Counter or tidy data with the JSON Formatter — all 100% in your browser.

How do I change the case of my text?

To change the case of your text, type or paste it into the box and every version appears at once — UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and aLtErNaTiNg. Copy the one you need with a single click. With MumenLabs Case Converter the whole conversion runs inside your browser, so your text never leaves your device, there is no sign-up, and there are no limits.

You type once, and the tool does the rest — no menus, no re-typing, no switching between different single-purpose converters.

Every case, side by side

Instead of hunting for one format at a time, you see them all together and pick the one that fits:

  • UPPERCASE and lowercase — for shouting, or for calming text back down.
  • Title Case — capitalise every word, for headings and titles.
  • Sentence case — capitalise the start of each sentence, for normal prose.
  • camelCase and PascalCase — for variable and class names in code.
  • snake_case and kebab-case — for file names, database columns, and URLs.
  • aLtErNaTiNg — for a bit of fun.

Each one updates live and has its own copy button.

Your text never leaves your device — provably

You often reformat text that is not meant to be public: an unpublished headline, a client's copy, an internal label, a code identifier from a private repo. MumenLabs Case Converter does all the work locally, in your browser. When you paste text, it is transformed in your browser's memory and never transmitted to us or anyone else.

You do not have to take our word for it. Turn off your internet connection and convert anyway. It still works, because there is nothing to send. A tool that uploaded your text could not function offline; this one can.

Built for real writing and real code

The everyday jobs a case converter solves are split between two worlds, and this tool handles both:

  • Fixing capitalisation. Rescue text ruined by a stuck caps-lock key, tidy a headline into Title Case, or drop an over-formatted paragraph back into Sentence case — without retyping a word.
  • Writing clean identifiers. Turn a plain phrase like "user profile settings" into userProfileSettings, UserProfileSettings, user_profile_settings, or user-profile-settings for code, files, and URLs. It even understands input that is already camelCase or PascalCase and re-splits it correctly.

How to convert case, step by step

  1. Type or paste your text. Write directly in the box or paste from anywhere. It loads into your browser instantly — no upload, because there is no server.
  2. See every case instantly. All the variants appear at once and update live as you edit.
  3. Copy the one you need. Click copy on the format you want and paste it wherever you are working.

Who it is for

MumenLabs Case Converter is built for anyone who reformats text often:

  • Writers and editors fixing headlines, titles, and all-caps mistakes.
  • Developers generating variable, class, file, and URL names in the right style.
  • Marketers formatting campaign names, slugs, and social copy.
  • Data analysts normalising column names and labels.
  • Students cleaning up notes and headings.
  • Anyone who wants to change text case without uploading it to a stranger.

More free text tools

Working with text? Count words, characters, and reading time with the Word Counter, or clean up and validate structured data with the JSON Formatter — both also run 100% in your browser.

The bottom line

MumenLabs Case Converter is the free, private, instant way to change text case — every common format from UPPERCASE to kebab-case, all in one place and all 100% in your browser. Because your text never leaves your device, it is the safe choice for copy and code that should never be sent to someone else's server.

Open the tool and start typing — every case appears instantly, with no upload, no sign-up, and no limits.

What you get

Every case at once

Type once and see your text in UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and aLtErNaTiNg — all at the same time. No re-typing, no switching tools, no menus to dig through.

Your text never leaves your device

The whole conversion runs locally in your browser using JavaScript — nothing is uploaded to any server. Whether you are reformatting a headline, a code identifier, or a confidential label, it stays on your machine. You can prove it: disconnect from the internet and it still works.

Programmer cases done right

camelCase, PascalCase, snake_case, and kebab-case are built from proper word boundaries — it even splits existing camelCase and PascalCase input correctly — so 'user ID field' and 'userIDField' both become clean, valid identifiers.

One-click copy for each result

Every converted version has its own copy button, so you grab exactly the format you need and paste it straight where it belongs. No selecting, no accidental extra spaces.

Fix SHOUTING and stuck caps lock

Pasted a block of text in all caps by mistake? Convert it to Sentence case or Title Case in one click instead of retyping it. It is the fastest way to rescue text ruined by a stuck caps-lock key.

Free with no limits or sign-up-wall

Convert as much text as you want, as many times as you want. There is no character cap, no daily quota, no paywall, and nothing to install — just open the page and start typing.

Frequently asked questions

Is this case converter free?

Yes. Converting text case is completely free, with no limit on how much text you convert or how many times you do it. There is no paid tier gating the formats and nothing to install.

Does my text leave my device when I convert it?

No. The entire conversion happens locally in your browser. Your text is never uploaded to our servers or anyone else's — it is read and transformed entirely on your own device. You can confirm this by turning off your internet connection: the converter still works because nothing needs to be sent anywhere.

What is the difference between Title Case and Sentence case?

Title Case capitalises the first letter of every word, like a headline — 'The Quick Brown Fox'. Sentence case capitalises only the first letter of each sentence and leaves the rest lowercase — 'The quick brown fox.' Title Case suits titles and headings; Sentence case suits normal prose.

What are camelCase, PascalCase, snake_case, and kebab-case?

These are the naming styles programmers use for variables, files, and URLs. camelCase joins words with no spaces and lowercases the first word (myVariableName). PascalCase capitalises every word (MyVariableName). snake_case joins words with underscores (my_variable_name). kebab-case joins them with hyphens (my-variable-name).

Can it convert text that is already in camelCase or PascalCase?

Yes. The converter detects word boundaries inside existing camelCase and PascalCase text, so 'getUserProfile' can be turned into 'get user profile', 'get-user-profile', 'GET_USER_PROFILE', or any other case cleanly, without mangling the words.

How do I fix text that is all in capital letters?

Paste the all-caps text and copy the Sentence case or lowercase version. This instantly rescues text typed with caps lock on, without you having to retype a single word.

Does it change my text live as I type?

Yes. Every case variant updates the moment you type or edit — there is no convert button to press and no page reload. You can watch each format change in real time.

Does it keep my line breaks and spacing?

The upper, lower, Title, Sentence, and alternating cases preserve your original line breaks and spacing. The programmer cases (camel, Pascal, snake, kebab) intentionally collapse everything into a single joined identifier, since that is what those formats are for.

Does it work on mobile?

Yes. It runs in any modern browser, including on phones and tablets, using the same local, in-browser conversion. Type or paste your text and every case appears instantly on your device.

Do I need an account or to install anything?

No. There is nothing to download, install, or sign up for to convert case. It runs entirely in your web browser, so it works the same on Windows, macOS, Linux, and mobile with no plugins or apps.

Liked that? It's free — keep going

Create a free account to unlock the full toolbox: QR codes, a link-in-bio page, and more, all on one wallet. Pay only for what you use — no subscriptions.

or sign up with email

Free account · takes a few seconds · no subscriptions

We use a necessary session cookie to keep you signed in, plus Google Analytics (which sets its own cookies) to understand how the site is used. We also log QR scans, including IP address, for analytics. We don't sell your data or run cross-site ad targeting. See our Privacy Policy.