How to Use the Text Case Converter

  1. Type or paste text: Enter your text in the input box.
  2. Choose a case: Click any conversion mode button — the output updates instantly.
  3. 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.