Loading...
Convert text between 7 different case formats — instantly in your browser.
Common cases: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and dot.case. Each has specific conventions for programming, writing, or URL formatting.
Title Case capitalizes the first letter of most words (articles and short prepositions may stay lowercase). Sentence case capitalizes only the first word and proper nouns, following standard sentence rules.
It depends on the language convention: camelCase for JavaScript/Java variables, PascalCase for classes/components, snake_case for Python/Ruby, kebab-case for CSS classes and URLs, CONSTANT_CASE for constants.
Yes, proper case conversion uses Unicode-aware algorithms that handle accented characters (é→É), German ß→SS, Turkish İ/ı, and other locale-specific rules.