Convert text to
any case format

Uppercase, lowercase, title case, camelCase, snake_case and more — free & instant.

0 characters · 0 words

Choose a case

Output ·
Your converted text will appear here.

What is a case converter?

A case converter is a tool that instantly transforms the capitalisation style of any text. Whether you need to convert a heading to Title Case, format a variable name in camelCase for JavaScript, or turn all caps into sentence case, this tool handles it in one click.

Supported formats

This converter supports 10 common text case formats used in writing, programming, and design: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, SCREAMING_SNAKE_CASE, kebab-case, and aLtErNaTiNg CaSe.

What is camelCase?

camelCase joins words without spaces, capitalising each word after the first. Used widely in JavaScript and Java variable names (e.g. myVariableName).

What is snake_case?

snake_case uses underscores between words with all letters lowercase. Common in Python, Ruby, and database column names.

What is Title Case?

Title Case capitalises the first letter of each major word. Used in headings, book titles, and article headlines.

What is kebab-case?

kebab-case uses hyphens between lowercase words. Popular in URLs, CSS class names, and HTML attributes.