Case Converter

Instantly convert text between multiple cases with one click.

Supported Cases

UPPERCASE

ALL LETTERS CAPITALIZED

lowercase

all letters in small case

Title Case

First Letter Of Each Word

camelCase

forProgrammingVariables

snake_case

python_style_variables

kebab-case

css-class-names

Frequently Asked Questions

Title Case capitalizes the first letter of each word in the text. It is commonly used for headings, titles, and proper nouns in English writing.

camelCase starts with a lowercase letter and capitalizes the first letter of each subsequent word, with no spaces. It is widely used for variable names in JavaScript, Java, and many other programming languages.

No. All text processing happens entirely in your browser using JavaScript. Your text never leaves your device and is completely private.