VVerbCount

Case Converter

Convert text between UPPERCASE, lowercase, Title Case, Sentence case, and more.

Convert your text between common letter cases in one click. Pick a case below and copy the result. Useful for headlines, code identifiers, data cleanup, and fixing accidental caps-lock.

Input
0 words0 chars0 lines
Output
0 words0 chars0 lines

Private by design. Your text is processed entirely in your browser — it is never uploaded, logged, or stored on a server.

Supported cases

UPPERCASE and lowercase change every letter. Title Case capitalizes the first letter of each major word and keeps minor words (a, an, the, of…) lowercase. Sentence case capitalizes the first letter of each sentence. camelCase, PascalCase, snake_case, and kebab-case are formats used in programming and for URL slugs.

Title Case follows a common style-guide convention where short connecting words stay lowercase unless they begin the title. You can always copy and tweak the result.

Examples

ExampleInputResult
Title Casethe lord of the ringsThe Lord of the Rings
snake_caseHello World Examplehello_world_example
UPPERCASEshout thisSHOUT THIS

Frequently asked questions

What is the difference between Title Case and Sentence case?

Title Case capitalizes the major words in a heading ("How to Write Well"). Sentence case capitalizes only the first word and proper nouns ("How to write well").

Why do small words stay lowercase in Title Case?

Most style guides keep short articles, conjunctions, and prepositions (a, an, the, of, and) lowercase unless they are the first or last word.