Convert to a specific case
Jump straight to a dedicated converter for the style you need:
Switch text between UPPER, lower, Title, camelCase and more — free, instant, private.
0 words, 0 characters
Jump straight to a dedicated converter for the style you need:
A case converter rewrites text from one letter-case style to another: shouting in UPPERCASE, writing quietly in lowercase, polishing a headline in Title Case, or preparing an identifier like camelCase or snake_case for source code. Instead of retyping everything by hand, you paste your text once and pick the style you need — the conversion is instant.
When splitting text into words, the tool understands spaces, underscores, hyphens and camelCase boundaries, so myVariableName, my-variable-name and my variable name all convert cleanly to any other style.
Different languages and communities prefer different identifier styles. This tool covers the most common ones:
Title Case capitalizes the first letter of every word and lowercases the rest: 'the quick brown fox' becomes 'The Quick Brown Fox'. It is commonly used for headlines, book titles and headings.
Both join words together without separators and capitalize each word, but camelCase starts with a lowercase letter (userName) while PascalCase capitalizes the first word too (UserName). camelCase is typical for variables and functions; PascalCase for classes and components.
Yes. Conversions use Unicode-aware JavaScript methods, so accented letters like é or ü and scripts such as Greek or Cyrillic are upper- and lowercased correctly. Scripts without letter case, like Chinese or Arabic, pass through unchanged.
No. All conversions run locally in your browser using JavaScript. Your text is never sent over the network, stored, or logged anywhere.