Case Converter

Paste your text, pick a case style — the result appears instantly. Supports 8 case formats including camelCase and snake_case.

0 words · 0 characters

How to use the Case Converter

Type or paste your text into the box, then click any case format button above. The text updates instantly — no button to confirm, no page reload. You can switch between formats as many times as you like, then copy the result with one click.

All supported case formats

FormatExample outputCommon use
UPPERCASEHELLO WORLDHeadlines, acronyms, emphasis
lowercasehello worldURLs, general text normalization
Title CaseHello WorldArticle titles, headings, names
Sentence caseHello worldStandard prose, paragraphs
camelCasehelloWorldJavaScript variables, JSON keys
PascalCaseHelloWorldClass names, React components
snake_casehello_worldPython variables, database columns
kebab-casehello-worldCSS classes, HTML attributes, URLs

Frequently asked questions

No. All conversion happens locally in your browser using JavaScript. Your text is never sent to any server or stored anywhere.
Title Case capitalizes the first letter of every word. It's commonly used for article headlines, book titles, and proper headings. Example: "the quick brown fox" becomes "The Quick Brown Fox".
Both join words without spaces. camelCase starts with a lowercase letter (helloWorld) and is common in JavaScript. PascalCase starts with an uppercase letter (HelloWorld) and is common for class names and React components.
No limit. You can paste entire documents. All processing happens in your browser so performance depends only on your device.

Other tools you might like