ToolHive

Case Converter

Convert text between all case formats

UPPERCASE
THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
lowercase
the quick brown fox jumps over the lazy dog
Title Case
The Quick Brown Fox Jumps Over The Lazy Dog
Sentence case
The quick brown fox jumps over the lazy dog
camelCase
theQuickBrownFoxJumpsOverTheLazyDog
PascalCase
TheQuickBrownFoxJumpsOverTheLazyDog
snake_case
the_quick_brown_fox_jumps_over_the_lazy_dog
kebab-case
the-quick-brown-fox-jumps-over-the-lazy-dog
CONSTANT_CASE
THE_QUICK_BROWN_FOX_JUMPS_OVER_THE_LAZY_DOG
Alternating
tHe qUiCk bRoWn fOx jUmPs oVeR ThE LaZy dOg

About Case Converter

Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case instantly. Free.

Frequently Asked Questions

What is camelCase?

camelCase writes words together with no spaces, capitalizing each word after the first: 'helloWorldExample'.

What is snake_case?

snake_case uses underscores between words in lowercase: 'hello_world_example'.