Case converter
Paste your text and pick a case format to convert it instantly — no button needed.
About this tool
Convert text to uppercase, lowercase, title case, sentence case, camelCase, snake_case, or kebab-case instantly. Runs in your browser — no signup.
Paste your text and pick a case format to convert it instantly — no button needed.
- 1
Paste or type your text into the input field.
- 2
Select the case format: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, or kebab-case.
- 3
The converted text appears instantly — click Copy to copy it.
Convert variable names between camelCase, snake_case, and kebab-case when switching between languages.
Fix inconsistent casing in copy, headlines, or content before publishing.
Quickly format text to title case for headings or sentence case for body content.
To title case
the quick brown foxThe Quick Brown FoxTo camelCase
my variable namemyVariableNameTo snake_case
My Variable Namemy_variable_nameThese answers explain common case converter tasks, expected input formats, and edge cases so both visitors and search engines can understand what this tool does.
What is title case?
Title case capitalises the first letter of each word. It is commonly used for headings, article titles, and proper nouns.
What is sentence case?
Sentence case capitalises only the first letter of the first word and leaves the rest lowercase, matching standard sentence formatting.
What is camelCase?
camelCase removes spaces and capitalises the first letter of each word except the first. It is widely used for variable and function names in JavaScript and other languages.
What is snake_case?
snake_case replaces spaces with underscores and lowercases everything. It is common in Python, database column names, and file names.
What is kebab-case?
kebab-case replaces spaces with hyphens and lowercases everything. It is standard for CSS class names, HTML attributes, and URL slugs.