Aa

Case Converter

Convert text between uppercase, lowercase, title case, camelCase, and more

Text Case Converter

Our Case Converter supports 12 different text case formats. Whether you need UPPERCASE for emphasis, Title Case for headings, or camelCase for variable names in code, our tool handles all common case conversions instantly.

Case Format Reference

  • UPPERCASE: ALL LETTERS CAPITALIZED
  • lowercase: all letters in lowercase
  • Title Case: Each Word Starts With Capital
  • Sentence case: Only first word capitalized
  • camelCase: firstWordLowerRestCapitalized (used in JavaScript)
  • PascalCase: AllWordsCapitalized (used in class names)
  • snake_case: words_separated_by_underscores (Python, SQL)
  • kebab-case: words-separated-by-hyphens (CSS, URLs)
  • CONSTANT_CASE: UPPER_SNAKE_CASE (constants)