Case Converter
Quickly convert text to different cases: UPPERCASE, lowercase, Title Case, Sentence case, and more. Perfect for developers, writers, and anyone working with text.
- 1Enter or paste your text
- 2Select a case style from the list
- 3Text is converted instantly
- 11 Case Styles
UPPERCASE, lowercase, Title Case, camelCase, snake_case and more.
- Instant Conversion
Convert text to desired case with one click.
- For Developers
Perfect for variable names: camelCase, PascalCase, snake_case, kebab-case.
- Examples Included
See all case styles in the example section.
What's the difference between Title Case and Sentence case?
Title Case capitalizes each word ('Hello World'), Sentence case only the first letter ('Hello world').
When to use camelCase vs snake_case?
camelCase is often used in JavaScript/Java, snake_case in Python/Ruby. Both are for variable names.
What is CONSTANT_CASE?
Constants in programming languages: All caps with underscores (e.g. MAX_VALUE, API_KEY).
Note: All processing happens in your browser. Your files are not uploaded to any server.