Text Case Converter

Convert text between uppercase, lowercase, title case, camelCase, and more instantly — free and accurate.

text-case
Input
Output
Overview

What is a text case converter?

A text case converter rewrites any text into a different capitalization style — uppercase, lowercase, title case, sentence case, or one of the programming naming conventions like camelCase, PascalCase, snake_case, or kebab-case.

It's useful for far more than tidying up writing — fixing inconsistent headline capitalization, converting a phrase into a valid variable name, or generating a URL-friendly slug all rely on the same underlying case conversion logic.

Guide

How to use it

Three steps, no learning curve — paste text, pick a case, copy the result.

Step 01

Paste your text

Drop any text — a heading, sentence, or variable name — into the input box.

Step 02

Pick a case

Choose uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, or kebab-case.

Step 03

Copy the result

Grab the converted text instantly with the copy button.

Tips

Best practices to keep in mind

A few things worth knowing about picking the right case style.

  • Title case rules vary between style guides — some capitalize every word, others keep short words like "a" and "the" lowercase. This tool capitalizes every word, so double-check against your specific style guide for headlines.
  • camelCase and PascalCase are the standard naming conventions for variables and class names in most programming languages — use camelCase for variables and functions, PascalCase for classes and components.
  • snake_case is common in Python and database column names, while kebab-case is the standard for URL slugs and CSS class names — picking the right one for your context avoids inconsistent codebases.
  • Converting case doesn't fix spelling or grammar — run a quick proofread after converting, especially with sentence case, since it only capitalizes the first letter of each sentence, not every proper noun.
Comparison

SEOJuicer vs. other text case converters

The same result, minus the uploads, the signup wall, and the paywall.

SEOJuicer

Runs entirely in your browser
Free, no signup required
Covers 8 case styles
One-click copy to clipboard
Unlimited conversions

Other tools

Often loaded with ads
May require an account
Usually only 2-3 case styles
Manual copy from plain text
Slower, server-based results
FAQs

Frequently asked questions

Have questions about converting text case? Here are the most common ones our users ask before getting started.