โšก 150+ Free Tools|๐Ÿ”’ No Signup|๐Ÿ—‘๏ธ Auto-Delete in 2hrs|๐Ÿ›ก๏ธ Military Level Secure
๐Ÿ’›

Support Quicktoolify

Keep 150+ tools free for everyone, forever.

๐Ÿ™ Thank You!

Every donation keeps these tools free for millions of users worldwide.

๐Ÿ’ณ Scan to Donate

Payment QR Code Scanner - Scan with any UPI app to donate

Scan with any UPI app to donate

Google Pay โ€ข PhonePe โ€ข Paytm โ€ข BHIM

โ˜• Buy Me a Coffee

Case Converter

Convert text to uppercase, lowercase, title case, camelCase, snake_case, and more.

0 / 10,000

โœจ Conversions

  • UPPERCASE โ€” ALL CAPS
  • lowercase โ€” all lowercase
  • Title Case โ€” Every Word Capitalised
  • Sentence case โ€” First letter capitalised
  • camelCase โ€” firstWordLower
  • PascalCase โ€” AllWordsCapital
  • snake_case โ€” words_with_underscores
  • kebab-case โ€” words-with-hyphens

About the Case Converter

Our free online case converter transforms text into any of eight common case formats instantly. Whether you need to fix accidental caps lock, prepare variable names for code, or format headings consistently, this tool handles it all with a single click.

How to Use

  1. Type or paste your text into the input box (up to 10,000 characters).
  2. Click any of the eight conversion buttons.
  3. The converted result appears in a card below the input.
  4. Click Copy on any result card to copy it to your clipboard.
  5. Click Clear to reset everything and start fresh.

Case Format Reference

FormatExampleCommon Use
UPPERCASEHELLO WORLDHeadings, constants, emphasis
lowercasehello worldURLs, email addresses
Title CaseHello WorldArticle titles, headings
Sentence caseHello worldNormal prose, sentences
camelCasehelloWorldJavaScript variables, JSON keys
PascalCaseHelloWorldClass names, React components
snake_casehello_worldPython variables, database columns
kebab-casehello-worldCSS classes, URL slugs

Use Cases

  • Developers โ€” quickly convert variable names between camelCase, snake_case, and PascalCase.
  • Content writers โ€” fix accidental caps lock or standardise heading capitalisation.
  • SEO specialists โ€” format URL slugs in kebab-case.
  • Database administrators โ€” convert column names to snake_case convention.
  • Students โ€” format essay titles in Title Case.

Frequently Asked Questions

What is camelCase?

camelCase is a naming convention where the first word is lowercase and each subsequent word starts with an uppercase letter, with no spaces. Example: myVariableName. It is widely used in JavaScript and Java.

What is the difference between snake_case and kebab-case?

snake_case uses underscores to separate words (e.g., my_variable_name) and is common in Python and databases. kebab-case uses hyphens (e.g., my-variable-name) and is common in URLs and CSS class names.

Does the converter preserve line breaks?

Yes. All eight conversion modes preserve line breaks in your text, so multi-line content is converted correctly without losing its structure.

What is the maximum text length?

The case converter supports up to 10,000 characters per conversion. A live character counter shows how close you are to the limit.