Convert text to different case styles instantly. Free and easy to use.
Convert text to different case styles
Paste any text — a sentence, a variable name, a title, or an entire paragraph. The tool works on any amount of text and handles mixed case input.
Select from UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, or kebab-case. The conversion happens instantly.
Click copy to get the converted text. Use it directly in your code, document, spreadsheet, or wherever you need it.
| Style | Example | Used In |
|---|---|---|
| UPPERCASE | HELLO WORLD | Headings, constants (MAX_SIZE), acronyms, emphasis |
| lowercase | hello world | CSS class names, email addresses, URL paths |
| Title Case | Hello World | Article titles, headings, book/movie names |
| Sentence case | Hello world | Standard prose, email subjects, UI labels |
| camelCase | helloWorld | JavaScript/TypeScript variables and functions |
| PascalCase | HelloWorld | JavaScript classes, React components, C# types |
| snake_case | hello_world | Python variables, database columns, file names |
| kebab-case | hello-world | CSS classes, URL slugs, HTML attributes, npm package names |
| CONSTANT_CASE | HELLO_WORLD | Environment variables, config constants in most languages |
Common questions about Case Converter