Title Case
Capitalize headings and article titles with common English title rules.
This Is an Example of Title Case.
Convert text to uppercase, lowercase, title case, sentence case, camelCase, and more with free browser-based tools. Paste below or browse formatters, encoders, and converters—no signup required.
Processed locally in your browser. Nothing is sent to a server. Keyboard: Ctrl or ⌘ + Enter copies. Escape clears. Dedicated pages: Sentence case, Title Case, Capitalized Case, aLtErNaTiNg cAsE, InVeRsE CaSe, or the full case converters hub.
Search every formatter, encoder, and converter on Case Modify. Each tool runs in your browser.
Case Modify is a free online toolkit for text case conversion, text formatting, and related utilities. Paste text on the homepage to switch case instantly, or open a dedicated page when you need one rule applied consistently across a document.
A case converter changes how letters are capitalized without rewriting your content. Uppercase and lowercase shift every letter; sentence case and title case follow publishing rules for body copy and headlines; developer styles such as camelCase, PascalCase, snake_case, and kebab-case turn phrases into identifiers for code, URLs, and config files.
Alternating case and inverse case help with creative text or fixing accidental Caps Lock input. Capitalized case uppercases the first letter of every word—a quick cleanup that is not the same as editorial title case, which leaves short words lowercase in the middle of a heading.
| Case | Example | Common use |
|---|---|---|
| Sentence case | Hello world | Body copy, emails, UI strings |
| Title Case | Hello World | Headlines, blog titles, slide titles |
| UPPERCASE | HELLO WORLD | Labels, emphasis, fixing caps-lock |
| lowercase | hello world | URLs, text normalization |
| Capitalized Case | Hello World | Every word capitalized (not style-guide title case) |
| camelCase | helloWorld | JavaScript variables, JSON keys |
| PascalCase | HelloWorld | Classes, React components, types |
| snake_case | hello_world | Python, SQL columns, data files |
| kebab-case | hello-world | URL slugs, CSS classes, CLI flags |
| CONSTANT_CASE | HELLO_WORLD | Environment variables, enums |
| dot.case | hello.world | i18n keys, config paths |
Open a dedicated page for one capitalization rule, or browse the case converters hub for every style in one place.
Capitalize headings and article titles with common English title rules.
This Is an Example of Title Case.
Capitalize the first word of each sentence—standard for body copy and UI strings.
This is an example of sentence case.
Convert text to ALL CAPS for labels, emphasis, or fixing accidental lowercase input.
THIS IS AN EXAMPLE OF UPPER CASE.
Normalize shouting text or prepare slugs and identifiers before another conversion.
this is an example of lower case.
JavaScript-style variable names: first word lowercase, following words capitalized.
helloWorldExample
Class and component names with every word capitalized: React, C#, and TypeScript types.
HelloWorldExample
Python and database-friendly names with underscores between words.
hello_world_example
URL slugs, CSS classes, and CLI flags with hyphens between words.
hello-world-example
Standard converters, Unicode stylers, formatters, and image conversions run in this browser after the page loads. You do not create an account to convert a draft.
Capitalized case uppercases the first letter of every word. Title case usually leaves short words such as “and” or “the” lowercase in the middle of a heading. title case · capitalized case
JavaScript variables often use camelCase, React components use PascalCase, Python and SQL columns favor snake_case, and URL slugs typically use kebab-case. camelCase, PascalCase, snake_case · kebab-case