Case Converter Online

Convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, and more. Just paste and click.

Related Tools

Word Counter

Count words, characters, sentences, and paragraphs instantly.

Open Tool โ†’

JSON Formatter

Format, validate, and minify JSON data.

Open Tool โ†’

Regex Tester

Test regular expressions with real-time matching.

Open Tool โ†’

Recommended Tools

Recommended Write better with Grammarly Free writing assistant Recommended Organize with Notion Free notes and docs platform

Frequently Asked Questions

What text cases are supported?

This tool supports 8 text cases: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, and tOGGLE cASE (inverts the case of each character).

What is camelCase?

camelCase is a naming convention where the first word starts lowercase and each subsequent word starts uppercase, with no spaces or separators (e.g., myVariableName). It is commonly used in JavaScript and Java programming.

What is the difference between snake_case and kebab-case?

snake_case uses underscores to separate words (e.g., my_variable_name), common in Python and databases. kebab-case uses hyphens (e.g., my-variable-name), common in URLs, CSS class names, and file names.