🔤 Text Case Converter

Convert text to UPPERCASE, lowercase, Title Case, Sentence case, and more. Transform text formatting instantly.

UPPERCASE

Enter text to see conversion

lowercase

Enter text to see conversion

Title Case

Enter text to see conversion

Sentence case

Enter text to see conversion
0
Characters
0
Words
0
Lines
0
Spaces
About this tool

Free Online Text Case Converter

Convert text between any case format instantly — UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and SCREAMING_SNAKE_CASE. Paste your text, click a format, and copy the result. All conversion runs in your browser.

Case Formats and When to Use Them

What is the difference between camelCase and PascalCase?

Both concatenate words without separators. camelCase starts with a lowercase letter (myVariable). PascalCase starts with uppercase (MyVariable). Most languages use camelCase for variables/functions and PascalCase for classes/types.

When should I use snake_case vs kebab-case?

snake_case (underscores) is standard in Python, Ruby, and SQL. kebab-case (hyphens) is standard in URLs, CSS, and HTML. Never use kebab-case in JavaScript variable names — the hyphen is the subtraction operator.

Does this handle acronyms like URL, ID, or API correctly?

Yes. Common acronyms are treated as single words so getUserID converts to get_user_id (not get_user_i_d) in snake_case.

Related Tools

More Dev Tools

Base64 EncoderBcrypt GeneratorColor PickerCron ParserCSS MinifierCSV ⇄ JSONFancy Text Generator