← All tools

Case Converter

Paste text and convert it to any case instantly — UPPERCASE, camelCase, snake_case, and more.

About Case Conventions

Different contexts expect different text casing — here's what each one is typically used for:

Everything happens instantly in your browser — nothing is sent anywhere.

Frequently Asked Questions

Will this work on text with numbers or symbols?

Yes — numbers and symbols are left untouched; only letters are affected by the case conversion.

What's the difference between snake_case and kebab-case?

Both replace spaces with a separator and lowercase everything — snake_case uses underscores (common in Python, Ruby, and database columns), kebab-case uses hyphens (common in URLs and CSS class names).

Can I convert camelCase back to normal words?

Yes — camelCase and PascalCase input is automatically split back into separate words before applying whichever case you choose next.