Case Converter
Convert text into every common case at once: UPPER, lower, Title, Sentence, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and tOGGLE.
Input
UPPER CASE
HELLO WORLD — CONVERT THIS_STRING
lower case
hello world — convert this_string
Title Case
Hello World Convert This String
Sentence case
Hello World — convert THIS_string
camelCase
helloWorldConvertThisString
PascalCase
HelloWorldConvertThisString
snake_case
hello_world_convert_this_string
kebab-case
hello-world-convert-this-string
CONSTANT_CASE
HELLO_WORLD_CONVERT_THIS_STRING
tOGGLE cASE
hELLO wORLD — CONVERT this_STRING
Text stays on your device. Counting and conversion run locally in your browser. Nothing is uploaded.