Case Converter

Switch between UPPERCASE, lowercase, camelCase, snake_case etc.

UPPERCASE
HELLO WORLD
lowercase
hello world
Title Case
Hello World
Sentence case
Hello world
camelCase
helloWorld
snake_case
hello_world
kebab-case
hello-world
PascalCase
HelloWorld

Explanation

  • camelCasefirstWordLowercaseAndFollowingWordsCapitalized
  • PascalCaseAllWordsCapitalizedIncludingFirstWord
  • snake_caseall_lowercase_with_underscores
  • kebab-caseall-lowercase-with-hyphens

How to Use

  1. Type or paste your text
  2. Click on the desired case conversion button
  3. Copy the converted text

All processing is done in your browser, and files are never sent to a server.

Frequently Asked Questions

What case options are available?
Available options include UPPERCASE, lowercase, Capitalize Words, camelCase, and snake_case.
Does it support Unicode characters?
Yes, the converter supports Unicode characters including accented letters and international scripts.
Can I convert large texts?
Yes, there is no strict limit on text length for case conversion.