Free Case Converter
Convert text case between camelCase, snake_case, UPPERCASE & lowercase.
About this tool
How to use
Frequently Asked Questions
camelCase is a naming convention where the first word is lowercase and each subsequent word starts with a capital letter, with no separators. Example: myVariableName. It is widely used in JavaScript and Java.
In camelCase, the first letter is lowercase (myVariable). In PascalCase, the first letter is also uppercase (MyVariable). PascalCase is commonly used for class names.
Yes. The converter automatically detects separators in your input (spaces, underscores, hyphens, camelCase boundaries) and converts to all formats simultaneously.
No. All processing happens in your browser. Nothing is sent to a server or logged.
Related Tools
Word & Character Counter
Count words, characters, sentences, and reading time online instantly.
Token Counter
Count OpenAI & LLM tokens in text for API cost and prompt optimization.
JSON Formatter & Validator
Format, validate, prettify, and clean JSON code online with error detection.