Convert text between different cases

Easily transform your text into various case styles with our versatile case converter tool.

0 characters
Copied to clipboard!

What is Case Conversion?

Case conversion is the process of changing the capitalization of text from one format to another. This tool supports various case styles to suit different needs.

Common use cases include:

  • Formatting code variables (camelCase, snake_case)
  • Creating URL slugs (kebab-case)
  • Formatting titles (Title Case)
  • Preparing text for display (UPPERCASE, lowercase)

Case Styles Explained

UPPERCASE:

All letters are capitalized

lowercase:

All letters are in lowercase

Capitalize:

First letter of each sentence is capitalized

Title Case:

First letter of each word is capitalized

camelCase:

First letter lowercase, subsequent words capitalized

PascalCase:

First letter of each word is capitalized

snake_case:

Words separated by underscores, all lowercase

kebab-case:

Words separated by hyphens, all lowercase

Conversion Examples

Case Style Example
UPPERCASE HELLO WORLD!
lowercase hello world!
Capitalize Hello world!
Title Case Hello World!
camelCase helloWorld
PascalCase HelloWorld
snake_case hello_world
kebab-case hello-world