Case Converter

Convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, and snake_case instantly — free, no signup needed.

The Case Converter instantly reformats text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, and snake_case. It's a quick fix for text that came out in the wrong case and a handy helper for developers switching between naming conventions.

Share
Category
Text Tools
Includes
4 features
Access
Free · No sign-up
Privacy
Runs in your browser
Case Converter

Calibrating Case Converter......

Please wait a moment

How to use

How to use Case Converter

  1. 01

    Paste your text

    Drop in the text you want to reformat.

  2. 02

    Pick a case

    Choose UPPERCASE, lowercase, Title Case, Sentence case, camelCase, or snake_case.

  3. 03

    See it convert

    The output updates instantly in the chosen case.

  4. 04

    Copy the result

    One-click copy the reformatted text wherever you need it.

Use cases

Common use cases

  • A writer fixes a headline accidentally typed in all caps.
  • A developer converts a label to snake_case for a database column.
  • A student formats a title into proper Title Case.
  • A marketer standardizes casing across a list of product names.
Overview

The cases that matter

Title Case capitalizes each major word for headings; Sentence case capitalizes only the first word; UPPER and lower are self-explanatory. Knowing which fits where — headlines, body text, buttons — keeps writing consistent and professional.

camelCase and snake_case for code

Developers rely on naming conventions: camelCase (myVariable) for variables in many languages, snake_case (my_variable) for database columns and Python. Converting between them by hand is tedious and error-prone; a one-click switch removes the busywork.

Fixing caps lock accidents

Text typed with caps lock on doesn't need retyping. Pasting it and switching to Sentence or Title Case restores proper capitalization in a click, which is far faster than editing letter by letter.

Features
01
Title Case conversion
02
UPPER/lower/Sentence case toggles
03
camelCase and snake_case converters
04
One-click copy
FAQ

Frequently asked questions

How do I convert text to title case online?+

Paste your text and click 'Title Case'. The tool capitalizes the first letter of each major word while keeping articles (a, an, the) and prepositions lowercase, following standard title case rules.

How do I fix text that's accidentally in all caps?+

Paste your ALL CAPS text and click 'lowercase' or 'Sentence case'. 'lowercase' converts everything to lowercase. 'Sentence case' keeps the first word of each sentence capitalized.

What is camelCase and when do developers use it?+

CamelCase is a naming convention where words are joined without spaces and each word after the first is capitalized (e.g., myVariableName). Developers use it for variable names in JavaScript, Java, and Swift. It comes in two forms: lowerCamelCase (variables) and UpperCamelCase/PascalCase (classes).

What is snake_case and where is it used?+

snake_case joins words with underscores in lowercase (e.g., my_variable_name). It's the standard naming convention in Python, Ruby, SQL column names, and file names in Linux systems.

What is the difference between Title Case and Sentence case?+

Title Case capitalizes the first letter of most words (Best Free Online Tool). Sentence case only capitalizes the first word of a sentence (Best free online tool). Title Case is used for headlines; sentence case is used in everyday writing.

What is kebab-case and when is it used?+

Kebab-case joins words with hyphens in lowercase (e.g., my-variable-name). It's used for CSS class names, HTML attributes, URL slugs, and file names in web projects. It's also called 'spinal-case'. In contrast, snake_case uses underscores and is preferred in Python and database column names.

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

Title Case capitalizes the first letter of each major word (good for headings); Sentence case capitalizes only the first word of the text (good for body copy).

What is camelCase used for?+

It's a common convention for variable and function names in languages like JavaScript and Java, joining words with no spaces and capitalizing each word after the first.