Upgrade to Premium — no ads, more power! ⚡ — Learn more

Case Converter

Enter Your Text

Enter text and select a case format to convert

Select Case Format

Quick Guide

  • Enter or paste your text in the input field above
  • Click any case format card to instantly convert
  • Copy the converted text with one click

Let us know

Please share your experience

4.9 (2.8k ratings)

About Case Converter

Convert text to uppercase, lowercase, title case, camelCase, snake_case, and more. Free online case converter tool.

How to Use

1

Step 1

Type or paste your text into the input field

2

Step 2

Browse the 13 available case formats with examples

3

Step 3

Click on any case format card to instantly convert

4

Step 4

View the converted text in the output section

5

Step 5

Click 'Copy' to copy the result to clipboard

6

Step 6

Use 'Clear' button to start over with new text

Features & Benefits

  • 13 case conversion formats available
  • UPPERCASE - all characters in uppercase
  • lowercase - all characters in lowercase
  • Title Case - first letter of each word capitalized
  • Sentence case - first letter of each sentence capitalized
  • camelCase - first word lowercase, subsequent words capitalized
  • PascalCase - all words capitalized, no spaces
  • snake_case - words separated by underscores, lowercase
  • kebab-case - words separated by hyphens, lowercase
  • CONSTANT_CASE - words separated by underscores, uppercase
  • dot.case - words separated by dots, lowercase
  • path/case - words separated by slashes, lowercase
  • aLtErNaTiNg CaSe - alternating uppercase and lowercase
  • InVeRsE CaSe - swap the case of each character
  • One-click conversion for each format
  • Real-time preview with examples
  • Copy to clipboard with one click
  • Clear button to reset
  • Supports all languages and Unicode characters
  • 100% browser-based - text never sent to server
  • 100% free - no limits, no signup required

FAQs

What is a case converter?

A case converter is a tool that transforms text between different capitalization formats. It's essential for developers (camelCase, snake_case), writers (Title Case, Sentence case), and anyone who needs to quickly change text formatting.

What's the difference between camelCase and PascalCase?

camelCase starts with a lowercase letter (e.g., 'helloWorld'), while PascalCase starts with an uppercase letter (e.g., 'HelloWorld'). Both remove spaces and capitalize subsequent words. camelCase is common for variables, PascalCase for class names.

When should I use snake_case vs kebab-case?

snake_case (hello_world) is common in Python, Ruby, and database column names. kebab-case (hello-world) is used in URLs, CSS class names, and file names. Both improve readability by separating words.

What is CONSTANT_CASE used for?

CONSTANT_CASE (HELLO_WORLD) is used for constants in programming - values that don't change. It's a convention in many languages like JavaScript, Java, and C++ to make constants easily identifiable in code.

Can I convert text with special characters?

Yes! The tool preserves special characters, numbers, and punctuation while converting the case of letters. It works with all Unicode characters including accented letters and non-Latin scripts.

What is alternating case used for?

Alternating case (aLtErNaTiNg) is primarily used for memes, sarcasm, or stylistic purposes in social media. It's not typically used in professional or programming contexts.

Does Title Case capitalize every word?

Yes, our Title Case capitalizes the first letter of every word. Some style guides (like AP or Chicago) have rules about not capitalizing short words like 'a', 'the', 'of', but our tool capitalizes all words for simplicity.

What's the difference between Sentence case and Title Case?

Sentence case capitalizes only the first letter of each sentence (after periods, question marks, exclamation points), like normal writing. Title Case capitalizes the first letter of every word.

Can I use this for programming variable names?

Absolutely! The tool is perfect for converting text to camelCase, PascalCase, snake_case, or CONSTANT_CASE for use in code. It automatically removes spaces and applies the correct capitalization pattern.

Is my text stored or sent to a server?

No! All text conversion happens entirely in your browser using JavaScript. Your text never leaves your device, ensuring complete privacy and security.