Text Case Converter

Paste or type your text below. All 10 case formats update instantly — copy any result with one click.

Input text
Type something above to see all case conversions.

When to use each case format

FormatExampleCommon uses
UPPERCASEHELLO WORLDHeadings, constants, abbreviations
lowercasehello worldURLs, CSS class names, email addresses
Title CaseHello WorldTitles, headings, proper nouns
Sentence caseHello worldRegular prose, UI labels, descriptions
camelCasehelloWorldJavaScript variables and functions
PascalCaseHelloWorldClasses, components (React, Vue, C#)
snake_casehello_worldPython, SQL, Ruby variables and functions
kebab-casehello-worldHTML attributes, CSS classes, URL slugs
CONSTANT_CASEHELLO_WORLDEnvironment variables, constants in most languages
dot.casehello.worldConfig keys, package names, Java packages
Learn more camelCase vs snake_case vs kebab-case — Complete Developer Guide →