Convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and kebab-case. One-click conversion with instant results. Free online case converter tool.
UPPERCASE: ALL LETTERS CAPITALIZED. lowercase: all letters in small. Title Case: First Letter Of Each Word Capitalized. Sentence case: First letter of sentence capitalized. camelCase: firstWordLowerRestCapitalized. snake_case: words_separated_by_underscores. kebab-case: words-separated-by-hyphens. CONSTANT_CASE: UPPER_SNAKE_CASE.
Paste your text in the input box, click 'UPPERCASE' button. Your entire text will be converted to capital letters instantly.
Title Case capitalizes the first letter of every word. Example: 'the quick brown fox' → 'The Quick Brown Fox'.
camelCase joins words without spaces, capitalizing the first letter of each word except the first. Used in programming. Example: 'my variable name' → 'myVariableName'.