Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case and more — instantly in your browser.
Runs in your browser — files never leave your device
Result
How it works
Type text, pick a case style, and copy the result. Supports programmer cases too.
All transformations run locally and match the ZoolTools mobile app exactly.
Frequently asked questions
- Is my text uploaded?
- No — conversion happens in your browser as you type.
- What is camelCase vs PascalCase?
- camelCase starts lowercase (myVariable); PascalCase capitalizes the first letter too (MyVariable).
Related tools
- Word & Character CounterCount words, characters, sentences, paragraphs and lines instantly. Runs entirely in your browser — your text never leaves your device.
- Slug GeneratorTurn any title into a clean, URL-friendly slug. Removes accents and punctuation; runs in your browser.
- Text ReverserReverse any string character by character. Handles Unicode correctly; runs locally.
- Remove Duplicate LinesStrip duplicate lines from a list, keeping the first occurrence. Optional case-insensitive and trim modes.
- Sort LinesSort lines alphabetically, ascending or descending, with optional case-insensitive comparison.
- Number Base ConverterConvert numbers between binary, octal, decimal and hexadecimal (or any base 2–36).