Case Converter

Convert text between UPPER, lower, Title, and sentence case

Enter Text

Output

How to Use

  1. Paste or type your text into the input box.
  2. Click any case button: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, or aLtErNaTiNg.
  3. The converted text appears instantly โ€” click Copy to use it.

Case Styles and When to Use Them

StyleExampleCommon Use
UPPERCASEHELLO WORLDHeadings, warnings, acronyms
lowercasehello worldEmail addresses, URLs
Title CaseHello WorldBook titles, article headings
Sentence caseHello world.Normal prose, UI text
camelCasehelloWorldJavaScript variables, JSON keys
PascalCaseHelloWorldC# classes, React components
snake_casehello_worldPython variables, SQL columns
kebab-casehello-worldCSS classes, HTML IDs, URL slugs

Developer Tip

When you receive a database column name in snake_case and need to convert it to a camelCase JavaScript variable โ€” or convert a class name to a URL slug โ€” this tool saves the mental effort and avoids typos.