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.
UPPERCASE Output
Text Statistics
Character, word, and sentence breakdown of your input
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.
| Case | Used In |
|---|---|
| camelCase | JavaScript / TypeScript variables, Java methods |
| PascalCase | React components, C# classes, Go exported types |
| snake_case | Python variables, Ruby, SQL columns, Rust |
| kebab-case | CSS classes, URL slugs, CLI flags, HTML attributes |
| CONSTANT_CASE | Environment variables, constants, enum values |
| dot.case | Java packages, config keys, file extensions |
| path/case | File 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.
You Might Also Like
Related calculators from other categories
Last updated Mar 24, 2026