Case Converter

Convert text between different cases instantly. Supports lowercase, UPPERCASE, Title Case, camelCase, snake_case, and more!

Enter text to convert

Features

  • 11+ case conversion options
  • Programming cases (camelCase, snake_case)
  • Real-time conversion
  • One-click copy output
  • No character limits
  • Works offline

How to Use

  1. 1
    Paste or type your text in the input box
  2. 2
    Select the case type you want
  3. 3
    View the converted text instantly
  4. 4
    Copy the result to use it

Frequently Asked Questions

What is Title Case?

Title Case capitalizes the first letter of each word. It's commonly used for headings and titles.

What is camelCase?

camelCase joins words without spaces, with each word after the first capitalized. Used in programming variables.

What is snake_case?

snake_case uses underscores between words, all lowercase. Popular in Python and database naming.

What is kebab-case?

kebab-case uses hyphens between words, all lowercase. Common in URLs and CSS class names.