Skip to content
EveryFix

Case Converter

The Case Converter instantly transforms your text into every common case style — UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE — each with a one-click copy button.

Beginner30 secondsUpdated 2026-07-08

UPPERCASE

THE QUICK BROWN FOX

lowercase

the quick brown fox

Title Case

The Quick Brown Fox

Sentence case

The quick brown fox

camelCase

theQuickBrownFox

PascalCase

TheQuickBrownFox

snake_case

the_quick_brown_fox

kebab-case

the-quick-brown-fox

CONSTANT_CASE

THE_QUICK_BROWN_FOX

Converts your text into every common case style instantly. Great for code (camelCase, snake_case), headings (Title Case), and constants (CONSTANT_CASE). Everything runs in your browser.

How This Tool Works

Type or paste your text and every case style is generated at once below it. Click the copy button next to any style to grab that version.

Formula & Method

The tool applies standard casing rules to your text: upper/lowercasing every letter, capitalizing the first letter of each word (Title) or sentence (Sentence), and splitting into words to rebuild programmer styles like camelCase, snake_case, and kebab-case.

Example Calculation

“The quick brown fox” becomes THE QUICK BROWN FOX, the quick brown fox, The Quick Brown Fox, theQuickBrownFox, the_quick_brown_fox, and the-quick-brown-fox — all at once.

Please note: This calculator provides estimates for general informational purposes only. Results may not be accurate for every situation — use your judgment and consult a relevant professional when it matters.

Frequently Asked Questions

What is camelCase vs snake_case?+

camelCase joins words with no spaces and capitalizes each word after the first (myVariableName); snake_case joins words in lowercase with underscores (my_variable_name). Both are common in programming.

Does it change my text or just show options?+

It shows every conversion at once without altering your original input, so you can copy whichever style you need.

Is my text private?+

Yes — all conversions happen in your browser and nothing is uploaded or stored.

Found this useful? Share it

Help someone else out — or link to it from your own site.

Link to this tool

Writing about case converter? Paste this on your site to link here.

<a href="https://everyfix.net/tools/case-converter/">Case Converter</a> by <a href="https://everyfix.net">EveryFix</a>