Text Case Converter

Convert Text to Any Case

Professional text case converter with 11 case types. Transform text instantly with perfect formatting.

Instant Conversion
100% Private
Completely Free

Your privacy is protected! No data is transmitted or stored.

Frequently Asked Questions

A text case converter is an online tool that instantly transforms any text into a different case format — such as UPPER CASE, lower case, Title Case, camelCase, PascalCase, snake_case, kebab-case, and more — without manual retyping.
This tool supports 16 case types: UPPER CASE, lower case, Title Case, Sentence case, camelCase, PascalCase, snake_case, CONSTANT_CASE, kebab-case, Header-Case, dot.case, First Letter, aLtErNaTe, tOGGLE, mOcKiNg, and esreveR (reverse).
camelCase writes the first word in lowercase and capitalizes the first letter of each subsequent word with no spaces (e.g., myVariableName). It is widely used for variable and function names in JavaScript, Java, and C#.
snake_case connects words with underscores and uses all lowercase letters (e.g., my_variable_name). It is the standard naming convention in Python, Ruby, and database column names.
kebab-case joins words with hyphens in all lowercase (e.g., my-variable-name). It is commonly used in URLs, HTML attributes, and CSS class names.
Yes. Click the Upload button to load a .txt, .md, .json, or .xml file up to 100 MB. After selecting a case type, the converted text can be downloaded as converted-text.txt.