📝 Text Tools

Case Converter

Paste your text, click the case format you want, and copy the result. 8 conversion modes available.

Result appears here…
✅ Copied!
Advertisement

Free Case Converter — UPPERCASE, lowercase, Title Case & More

Our free case converter transforms text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case and kebab-case instantly. Used by developers, writers and SEO specialists daily.

🔠 8+ Case Formats
All common case formats in one tool.
⚡ Instant
Converts as you click — no loading.
📋 One-Click Copy
Copy converted text to clipboard instantly.
🔒 Private
Text stays in your browser.

How to Use — Step by Step

1
Paste or type your text
Enter the text you want to convert in the text area.
2
Click your target case
Click UPPERCASE, lowercase, Title Case, camelCase etc.
3
Copy the result
Click Copy to save the converted text to clipboard.

Frequently Asked Questions

Title Case capitalises every major word — for headings. Sentence case capitalises only the first word of each sentence — for normal text.
Words joined with no spaces, first word lowercase, subsequent words capitalised: likeThisExample. Standard in JavaScript and Java.
Words joined with underscores, all lowercase: like_this. Standard in Python, Ruby and database column names.
Words joined with hyphens: like-this. Used in CSS class names, HTML attributes and URL slugs.
UPPERCASE and lowercase handle accented characters (é, ñ, ü) correctly. camelCase and snake_case treat them as regular word characters.