Case Converter

Free online case converter tool. Convert text to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, and more. Instant results with word and character count.

9 words44 characters

UPPERCASE Output

Text Statistics

Character, word, and sentence breakdown of your input

Words
9
Characters
44
No Spaces
36
Sentences
1
Lines
1

What Is a Case Converter?

A fast, free tool to change the capitalization style of any text

A case converter transforms the capitalization pattern of your text — from ALL CAPS to lowercase, plain text to Title Case, or variable names between camelCase and snake_case. This tool supports 14 case types covering both everyday writing and programming conventions.

100% Private

All processing runs in your browser — text is never sent to a server

Shareable Links

Converted text is encoded in the URL so you can share results instantly

Developer Naming Conventions

7 programming case types with language-specific usage

Each programming language has preferred naming conventions. Using the wrong case can break linters, violate style guides, or cause bugs in case-sensitive systems.

CaseUsed In
camelCaseJavaScript / TypeScript variables, Java methods
PascalCaseReact components, C# classes, Go exported types
snake_casePython variables, Ruby, SQL columns, Rust
kebab-caseCSS classes, URL slugs, CLI flags, HTML attributes
CONSTANT_CASEEnvironment variables, constants, enum values
dot.caseJava packages, config keys, file extensions
path/caseFile paths, URL routes, module imports

Title Case vs Capitalized Case

Understanding AP/APA capitalization rules for headings

Title Case follows English grammar rules — it capitalizes major words but keeps minor words lowercase. This tool applies AP/APA style conventions:

Capitalize

Nouns, verbs, adjectives, adverbs, pronouns, first & last word

Keep Lowercase

Articles (a, an, the), conjunctions (and, but, or), prepositions (at, by, for, in, of, on, to)

Title Case: The Lord of the Rings

Capitalized: The Lord Of The Rings

Common Use Cases

Practical scenarios where case conversion saves time

Fix ALL CAPS Text

Convert text from PDFs, scanned documents, or legacy systems to readable sentence case

Format Headings

Quickly convert blog titles, email subjects, or article headings to Title Case

Code Refactoring

Transform variable names between camelCase, snake_case, kebab-case, and PascalCase

CSS Class Names

Convert React component names to kebab-case for CSS or Tailwind utility classes

Database Columns

Convert field names from camelCase to snake_case for SQL databases and ORMs

Config & Env Vars

Convert configuration keys to CONSTANT_CASE or dot.case notation

Frequently Asked Questions

Common questions and detailed answers

Embed Case Converter

Add this calculator to your website or blog for free.