# Case Converter

> Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case and more.

To change text case, paste your text and pick a target case. Your chosen case is shown as the headline result, and every other case — UPPERCASE, lowercase, Title, Sentence, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE and dot.case — is listed underneath so you can compare and copy any of them.

**URL:** https://convertto.tech/t/case-converter
**Category:** Text Tools (https://convertto.tech/c/text-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Cases:** 12, all shown simultaneously
- **Acronyms:** Handled — HTTPServer splits correctly
- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your text.
2. Choose the convert to.
3. The result appears immediately — copy or download it.

## FAQ

### What is the difference between Title Case and Sentence case?

Title Case capitalises the first letter of every word. Sentence case capitalises only the first letter of each sentence, leaving the rest lowercase.

### Does it handle camelCase input correctly?

Yes. Existing camelCase and PascalCase words are split on the capital letters before being re-joined in the target case, so "userName" becomes "user_name" rather than "username".

### Why show all the cases at once?

Because most people are comparing options rather than committing to one in advance. Seeing kebab-case next to snake_case next to CONSTANT_CASE makes the choice obvious without repeatedly changing a dropdown.

## Related tools

- [Naming Convention Converter](https://convertto.tech/t/case-detector): Convert an identifier between every common naming convention at once.
- [Add Line Numbers](https://convertto.tech/t/add-line-numbers): Prefix every line with a sequential number, with a custom start, separator and zero padding.
- [Columns to Lines Converter](https://convertto.tech/t/columns-to-lines): Switch between a delimited single line and one item per line, in either direction.
- [Text Wrap & Truncate](https://convertto.tech/t/text-wrapper): Hard-wrap text at a line width, or truncate it to a maximum length.
- [Whitespace Remover](https://convertto.tech/t/whitespace-remover): Strip extra spaces, tabs, blank lines and trailing whitespace from any text.
- [Acronym Generator](https://convertto.tech/t/acronym-generator): Turn a phrase into an acronym or initialism, with control over small words and separators.
- [ASCII Art Text Generator](https://convertto.tech/t/ascii-art-generator): Turn words into large ASCII banner text for terminals, READMEs and code comments.
- [ASCII Table Formatter](https://convertto.tech/t/ascii-table-formatter): Turn CSV or tab-separated text into an aligned plain-text, Markdown or box-drawing table.
- [NATO Phonetic Alphabet Converter](https://convertto.tech/t/nato-phonetic-alphabet): Spell any word using the NATO phonetic alphabet — Alfa, Bravo, Charlie — for clear radio and phone use.
- [URL Slug Generator](https://convertto.tech/t/slug-generator): Turn any title into a clean, SEO-friendly URL slug with accents stripped and symbols removed.
