Text Case Converter Online
Convert text between 8 different cases instantly. Upper case, lower case, title case, sentence case, camelCase, PascalCase, snake_case, and kebab-case. Live preview updates as you type.
How to Use the Text Case Converter
- Type or paste text: Enter your text in the input box.
- Choose a case: Click any conversion mode button — the output updates instantly.
- Copy: Click the copy button to copy the converted text to your clipboard.
Text Case Options
- UPPER CASE: Converts all letters to uppercase (e.g. HELLO WORLD)
- lower case: Converts all letters to lowercase (e.g. hello world)
- Title Case: Capitalizes the first letter of each word (e.g. Hello World)
- Sentence case: Capitalizes only the first letter (e.g. Hello world)
- camelCase: Removes spaces, capitalizes inner words (e.g. helloWorld)
- PascalCase: Like camelCase but first letter is also uppercase (e.g. HelloWorld)
- snake_case: Replaces spaces with underscores, all lowercase (e.g. hello_world)
- kebab-case: Replaces spaces with hyphens, all lowercase (e.g. hello-world)
Frequently Asked Questions
Is this text case converter free?
Yes, completely free. No sign-ups or limits. All processing happens in your browser.
Can I convert to camelCase for programming?
Yes. Choose the "camelCase" mode to convert any text to camelCase format, perfect for JavaScript variable names. PascalCase, snake_case, and kebab-case are also available for developers.