Text Case Converter

Convert text to different case formats instantly

📝

Enter text above to see the conversion

Text Case Types

UPPERCASE

Converts all letters to uppercase

HELLO WORLD

lowercase

Converts all letters to lowercase

hello world

Title Case

Capitalizes the first letter of each word

Hello World

camelCase

First word lowercase, subsequent words capitalized

helloWorld

PascalCase

First letter of each word capitalized, no spaces

HelloWorld

snake_case

Words separated by underscores, all lowercase

hello_world

kebab-case

Words separated by hyphens, all lowercase

hello-world

Common Use Cases

  • camelCase & PascalCase: Programming variable and function names
  • snake_case: Database column names, Python variables
  • kebab-case: URL slugs, CSS class names
  • UPPERCASE: Constants, environment variables
  • Title Case: Headlines, document titles