Case Converter

Convert text to UPPERCASE, lowercase, Title Case, or Sentence case.

Informational only; verify critical results independently.

How to use

  1. Paste or type the text you want to transform.
  2. Choose UPPERCASE for constants, lowercase for slugs, Title Case for headings, or Sentence case for prose.
  3. Review the output—Title Case may not know proper nouns; fix those manually.
  4. Copy the result into your CMS, document, or code editor.
  5. Re-run with a different case if your style guide conflicts (e.g. sentence vs title).
  6. For very large blocks, give the browser a moment; processing stays local.

Examples

  • Title-case a list of article headlines
  • Lowercase a pasted URL path segment before slugging
  • Uppercase a disclaimer line for mock legal caps style
  • Sentence-case bullet points that arrived in ALL CAPS
  • Fix accidental caps lock on a paragraph of notes
  • Prepare CSV headers: Title Case vs snake_case downstream

FAQ

Does punctuation survive?
Yes—spaces and common punctuation stay; only letter casing changes.
Title Case and proper nouns?
Automatic title case can’t know “iPhone” vs “iphone”; edit exceptions by hand.
Accented characters?
Generally preserved; locale-aware casing follows your browser’s Unicode rules.
Markdown or HTML inside?
The tool changes letters inside the paste—avoid running on raw HTML if tags must stay exact.
Why different from Excel PROPER?
Each tool splits words differently; pick one and stay consistent in a project.
Privacy?
Text is processed in your browser and not uploaded.

Related guides

Related tools

Last updated: 2025-09-15