All Text

Case Converter

Convert text between UPPERCASE, lowercase, Title, camelCase, snake_case, kebab-case.

case-converter.local
Result
The converted text will appear here.

Overview

Converts your text between cases, from UPPERCASE and lowercase to Title Case and Sentence case, plus programming styles like camelCase, snake_case, and kebab-case. Useful for fixing text that came in the wrong case, formatting headings, or cleaning up data. It runs in your browser.

How it works

You paste text and choose a target case. Beyond UPPERCASE and lowercase, it offers Title Case (the first letter of each word capitalized), Sentence case (the first letter of each sentence), and programming styles: camelCase, snake_case, and kebab-case. The tool transforms the text accordingly without changing the words themselves. The conversion happens locally on your device.

How to use it

  1. Paste your text into the box.
  2. Choose the case you want.
  3. Read the converted text.
  4. Copy it for use wherever you need it.

Examples

Fixing shouting text

Turn a sentence typed in all caps into Sentence case so it reads normally.

Formatting a heading

Convert a plain phrase into Title Case for a heading.

FAQ

What is the difference between Title Case and Sentence case?
Title Case capitalizes each word; Sentence case capitalizes only the first word of each sentence.
Does it change the words?
No. It only changes capitalization, not the text itself.
Can it handle a large block of text?
Yes. It converts the whole input at once.
What are camelCase, snake_case, and kebab-case?
They are naming styles used in code: camelCase joins words with capitals (myVariable), snake_case uses underscores (my_variable), and kebab-case uses hyphens (my-variable).
Is my text uploaded?
No. The conversion runs in your browser.

Related tools

Embed this tool

Paste this snippet to put the tool on your own site. It runs entirely in the visitor's browser, the same as it does here.

<iframe src="https://tooldok.com/embed/case-converter/" title="Case Converter by Tooldok" width="100%" height="560" style="border:1px solid #16130d;border-radius:16px;max-width:720px" loading="lazy"></iframe> <p style="font:13px sans-serif"><a href="https://tooldok.com/tools/case-converter/" target="_blank" rel="noopener">Case Converter</a> by <a href="https://tooldok.com/" target="_blank" rel="noopener">Tooldok</a></p>