M
MJJ Tools
Home
Text Tool
Case Converter

Tool Categories

Browse by category

Free Online Tools

M
MJJ Tools

Discover 70+ free online tools including calculators, converters, generators, and utilities. All tools work in your browser - no downloads required!

Popular Tools

  • ACFT Calculator
  • JSON Formatter & Validator
  • Chinese English Translator
  • Base64 Encoder/Decoder

Categories

  • Math Tool
  • Developer Tool
  • Finance Tool
  • Daily Tools

Info

  • About Us
  • Changelog
  • Privacy Policy
  • Terms of Service

© 2026 MJJ Tools. All rights reserved.

Case Converter

Convert text between camelCase, PascalCase, snake_case, kebab-case, UPPERCASE, and more

Input Text

Enter some text above to see all case conversions

About Case Conversion

Programming Cases

camelCase and PascalCase are commonly used in JavaScript, TypeScript, Java, and C#. snake_case is standard in Python and Ruby. SCREAMING_SNAKE_CASE is used for constants.

Web Development Cases

kebab-case is the standard for CSS class names and URL slugs. dot.case is used in configuration keys. path/case is used for file paths and routes.

Text Cases

Title Case capitalizes the first letter of every word. Sentence case only capitalizes the first word. UPPERCASE and lowercase convert the entire text.

Smart Detection

The converter automatically detects word boundaries from camelCase, PascalCase, snake_case, kebab-case, dot.case, path/case, and space-separated text.