Case Converter
Convert text to upper, lower, title, sentence, and camel case.
Writers, programmers, and marketers regularly need to change the capitalization of text: fixing accidentally capitalized text, converting headings to title case, or transforming variable names between camelCase, snake_case, and kebab-case. Our free Case Converter handles all common text case transformations in one click.
Supported transformations include: UPPERCASE (all caps), lowercase (all lower), Title Case (each major word capitalized), Sentence case (only first word and proper nouns start capitalized), camelCase (no spaces, each word after first capitalized), PascalCase (like camelCase but first word also capitalized), snake_case (underscore separator, lowercase), kebab-case (hyphen separator, lowercase), and CONSTANT_CASE (underscore separator, uppercase).
Paste your text into the input box. The converted result appears in the output box below and updates automatically as you change the selected case. Use the Copy button to copy the result to your clipboard instantly.
Title Case uses industry-standard rules: first and last words always capitalized; articles, short prepositions, and coordinating conjunctions lowercase unless they start or end the title. You can always manually tweak the output afterward if your style guide differs.