Case Converter

Convert text to uppercase, lowercase, title case, sentence case or toggle case instantly.

0 characters, 1 lines

This free case converter changes the letter case of any text instantly in your browser. Use it as an uppercase converter, a lowercase converter or a title case converter — convert to uppercase, capitalize text, change case online or run a quick text case converter with no sign-up and nothing sent to a server.

What Is a Case Converter?

A case converter (or text case converter) changes the letter case of a text without retyping it. It is used constantly in writing, content production, software development and data cleanup. This tool offers five conversions: UPPERCASE, lowercase, Title Case, Sentence case and tOGGLE cASE. All conversions happen instantly in your browser; no data is sent to a server.

Uppercase Converter and Lowercase Converter

As an uppercase converter, this tool lets you convert to uppercase — every letter becomes a capital. It is used for titles, abbreviations, form validation and visual emphasis. The built-in lowercase converter converts every letter to small letters; it is a standard step for URL slugs, data normalization and code. With the "UPPERCASE" and "lowercase" buttons in this tool, both operations run in a single click. Switching from lowercase to uppercase or the other way around takes just one tap on the matching button.

Toggle Case (Invert Case)

Toggle case makes uppercase letters lowercase and lowercase letters uppercase. Its most common use is fixing a long text typed accidentally with Caps Lock on, in a single click. The "tOGGLE cASE" button performs this function. Each character is inverted while the rest of the text structure is preserved.

Comparison of Case Conversion Modes

ModeExample InputResultUse Case
UPPERCASEsample textSAMPLE TEXTHeadings, abbreviations, emphasis
lowercaseSAMPLE TEXTsample textURLs, data normalization
Title Casea sample text exampleA Sample Text ExampleBlog title, product name
Sentence caseSAMPLE TEXT. second sentence.Sample text. Second sentence.Plain text, articles
tOGGLE cASESample TextsAMPLE tEXTCaps Lock fix

Title Case Converter and Capitalize Text

Use the title case converter to capitalize text properly — the first letter of each major word becomes a capital, ideal for blog titles, headings and product names. "a sample text example" becomes "A Sample Text Example" in one click. Sentence case, by contrast, only capitalizes the first letter of each sentence, which is right for body text and articles.

Where Case Conversion Is Used

  • Blogging and content production: quickly convert article titles and subheadings to title case.
  • SEO and URL creation: convert all text to lowercase for slug format; URLs with uppercase letters can cause errors on some servers.
  • Software development: fix case inconsistencies in database queries and normalize text input.
  • Social media: format text for Instagram, Twitter and LinkedIn posts; create UPPERCASE emphasis messages.
  • Academic work: quickly convert thesis, report and presentation headings to APA/MLA title format.
  • Data cleanup: bulk-fix case mismatches in Excel and CSV files by copy-paste.

Case Conversion in Programming Languages

Case conversion is a common task in software development. Each language has its own built-in functions:

  • JavaScript: "text".toUpperCase() and "TEXT".toLowerCase() handle ASCII reliably. For locale-sensitive scripts, use toLocaleUpperCase().
  • Python: "text".upper(), .lower(), .title() and .capitalize() cover most cases.
  • PHP: mb_strtoupper("text", "UTF-8") and mb_strtolower() handle multibyte text correctly.
  • SQL: UPPER('text') and LOWER('text') depend on the database collation setting.
  • CSS: text-transform: uppercase changes display only, not the underlying value; for the actual text, convert it in code.

Title Case vs Sentence Case

Two of the most confused modes are title case and sentence case. The difference is simple:

  • Title Case: the first letter of every word is capitalized. Common in English book titles, headlines and product names — e.g. "The Quick Brown Fox".
  • Sentence case: only the first letter of each sentence is capitalized, the rest stays lowercase (except proper nouns). Common in body text and UI copy — e.g. "The quick brown fox."
  • Tip: for SEO meta titles, title case often improves click-through; for descriptions and paragraphs, sentence case reads more naturally.

Common Case Mistakes

  • Caps Lock error: typing a long text with Caps Lock on. Fixable in one click with the "tOGGLE cASE" mode.
  • SEO title error: inconsistent casing in search-engine meta titles lowers the click-through rate.
  • Database match error: if "Alex" and "ALEX" are stored as different values, search queries fail. Normalize case before comparing.
  • Email case: email addresses are technically case-insensitive, but some systems treat them differently, so normalizing is good practice.
  • Mixed-case data: data imported from different sources often has mixed casing; converting to a single case makes it consistent.

Using the Case Converter With Other Tools

This tool forms a powerful workflow together with other text tools:

  • URL slug creation: first convert the text to lowercase, then turn it into an SEO-friendly slug with the URL Slug Generator. "Sample Text" becomes "sample-text".
  • Word counting: after converting to a title-case heading, check the length of your content with the Character and Word Counter and target the ideal word count for blog posts.
  • Hash generation: input text should be normalized to one case before hashing for password and security uses. A case difference produces a different hash value and the match fails.
  • Caesar cipher: normalize text to one case before encoding for cleaner, more predictable output.

How to Use the Case Converter

  1. Enter the text: type or paste the text you want to convert into the text box.
  2. Choose a mode: click one of the UPPERCASE, lowercase, Title Case, Sentence case or tOGGLE cASE buttons.
  3. Get the result: the tool converts the text instantly; the converted text appears in the field below.
  4. Copy or move it: copy it to the clipboard with the "Copy" button, or edit it again with "Move to Input".

All processing happens in your browser, and no data is sent to a server. You can find answers to questions like uppercase, lowercase, toggle case and title case in the FAQ section below.

Frequently Asked Questions About the Case Converter

Type or paste your text, then click the "UPPERCASE" button. The tool converts every letter to uppercase instantly. The conversion happens entirely in your browser, so no data is sent to a server.

After entering your text, click the "lowercase" button. The tool converts every letter to lowercase. This is a standard step for URL slugs, data normalization and code where consistent casing matters.

Toggle case (invert case) makes uppercase letters lowercase and lowercase letters uppercase. It is activated with the "tOGGLE cASE" button and is ideal for quickly fixing text typed accidentally with Caps Lock on.

Title case capitalizes the first letter of every word (e.g. "my blog post title" becomes "My Blog Post Title"). Sentence case capitalizes only the first letter of each sentence (e.g. "hello world. second sentence." becomes "Hello world. Second sentence.").

In title case, the first letter of each word is capitalized and the rest is lowercased. For example, "product launch guide" becomes "Product Launch Guide". It is ideal for blog titles, product names and headings that need title formatting.

No. This case converter runs entirely in your browser. The text you enter is never sent to a server; all conversion happens on your device, so it is safe to use even for sensitive content.

Couldn't find the answer you were looking for?

Explore all our tools and get the fastest answer to your question.

Go to All Tools