Back to Tools
Case Converter
Convert text between uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, and kebab-case.
UPPERCASEPlain text
HELLO WORLD, THIS IS A SAMPLE SENTENCE.lowercasePlain text
hello world, this is a sample sentence.Title CasePlain text
Hello World, This Is A Sample Sentence.Sentence casePlain text
Hello world, this is a sample sentence.camelCasePlain text
helloWorld,ThisIsASampleSentence.PascalCasePlain text
HelloWorld,ThisIsASampleSentence.snake_casePlain text
hello_world,_this_is_a_sample_sentence.kebab-casePlain text
hello-world,-this-is-a-sample-sentence.