Text & Writing

Case Converter

Convert text to UPPER CASE, lower case, Title Case, Sentence case, camelCase, snake_case, and kebab-case instantly. Free, no signup.

What is Case Converter?

The Case Converter transforms any text into your chosen capitalization format in one click. Paste your text and select the target case — UPPER, lower, Title, Sentence, camelCase, snake_case, or kebab-case — and the conversion is instant.

Useful for developers formatting variable names, writers editing headlines, or anyone needing to quickly standardize text casing without manually retyping everything.

All processing happens in your browser — your text is never sent to a server.

How to use

1
Paste your text
Enter or paste the text you want to convert.
2
Click a case button
Choose from UPPER, lower, Title, Sentence, camelCase, snake_case, or kebab-case.
3
Copy the result
The converted text appears instantly. Click Copy to send it to your clipboard.

Frequently asked questions

QWhat is Title Case?

Title Case capitalizes the first letter of each word: 'hello world' → 'Hello World'.

QWhat is Sentence case?

Sentence case capitalizes only the first word: 'hello world' → 'Hello world'.

QWhat is camelCase?

camelCase removes spaces and capitalizes each word except the first: 'hello world' → 'helloWorld'. Used in JavaScript variable names.

QWhat is snake_case?

snake_case replaces spaces with underscores and lowercases everything: 'hello world' → 'hello_world'. Common in Python and database fields.

QWhat is kebab-case?

kebab-case replaces spaces with hyphens and lowercases everything: 'hello world' → 'hello-world'. Used in URLs and CSS class names.

Found a bug or issue with this tool?
If something isn't working as expected, let us know and we'll fix it.
Report this bug
Embed this tool

Copy and paste this iframe code into your website.

<iframe   src="https://usetool.space/embed/text/case-converter"  width="100%"   height="860px"  frameborder="0"  loading="lazy"  title="Case Converter — useTool"></iframe>
✨ Missing something?
Can't find the tool you need?
Request it — we build new tools based on what people ask for.
Request a tool