Skip to main content

Case Converter

Convert text to different cases: uppercase, lowercase, title case, sentence case, camel case, Pascal case, kebab case, and snake case.

Example: "hello world" → UPPERCASE: "HELLO WORLD", Title Case: "Hello World", Camel Case: "helloWorld"

What this tool does

The case converter rewrites your text into a different letter case with one click — no retyping. It's handy for fixing accidental caps lock, formatting headings, or preparing variable names for code.

Supported cases

How to use it

  1. Paste or type your text.
  2. Choose the target case.
  3. Copy the converted result.

Common uses

Writers use it for headlines and titles; developers use camelCase, PascalCase, kebab-case and snake_case for naming variables, files and URL slugs; and anyone can use it to rescue text typed with caps lock on.

Frequently Asked Questions

What is the difference between camelCase and PascalCase?
camelCase starts with a lowercase letter (myVariable) while PascalCase capitalises the first letter too (MyVariable).
What is kebab-case used for?
kebab-case joins words with hyphens (my-page-title) and is common for URL slugs and CSS class names.
Does converting case change my words?
No. It only changes capitalisation and, for code cases, spacing. The letters and word order stay the same.
Does this tool store my data?
No. Everything runs entirely in your browser. Nothing you enter is uploaded, saved, or shared.