// free tools

🔤 Converti Testo

UPPERCASE, lowercase, camelCase, snake_case, kebab-case and more — instant

How to convert text into different formats

Convert text between 8 formats: UPPERCASE, lowercase, Title Case, Sentence case, camelCase (JavaScript), snake_case (Python), kebab-case (CSS/URL) and aLtErNaTe case. Useful for developers, content creators and anyone working with different naming conventions.

← All tools

When to use a text case converter

This tool transforms text into UPPERCASE, lowercase, Title Case, camelCase, snake_case, or kebab-case, useful for quickly formatting text for code or content.

When to use it

When NOT to use it

Alternatives

Common mistakes

Frequently asked questions about text case conversion

camelCase joins words with no spaces, capitalizing the first letter of every word after the first (e.g. variableName); snake_case separates words with lowercase underscores (e.g. variable_name). They're common conventions across different programming languages.

No, the transformation happens entirely in your browser via JavaScript, without sending the text to any server.

Yes for basic transformations (upper/lowercase), while for Title Case it's worth checking the result on text with accents or apostrophes, which can behave differently than in English.