ConvertBox Logo
ConvertBox

Case Converter

Convert text between uppercase, lowercase, title case, sentence case, camelCase, and more for writing, coding, and cleanup tasks.

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

Available options include UPPERCASE, lowercase, Capitalize Words, camelCase, and snake_case.
Yes, the converter supports Unicode characters including accented letters and international scripts.
Yes, there is no strict limit on text length for case conversion.