Case Converter

All tools

Paste text below and instantly convert it to uppercase, lowercase, title case, camelCase, snake_case, or kebab-case.

What is a case converter?

A case converter changes the letter style of text without changing the content itself. It can turn text into uppercase, lowercase, title case, camelCase, snake_case, or kebab-case.

This is useful for writing, programming, naming variables, formatting titles, cleaning text, and preparing content for code or SEO.

How to use the Case Converter

  1. Paste or type your text into the input field.
  2. Click one of the case conversion buttons.
  3. Copy the converted result if needed.

Tips

  • Use UPPERCASE for emphasis or constant-style naming.
  • Use lowercase for normalized text.
  • Use Title Case for headings and titles.
  • Use camelCase, snake_case, or kebab-case for code, slugs, and structured names.

Related tools

You may also find these tools useful.

Case Converter FAQ

Is my text sent to the server?
No. Everything runs locally in your browser.
What is the difference between camelCase and snake_case?
camelCase joins words without spaces and capitalizes inner words, while snake_case uses underscores between words.
Can I use this for coding variable names?
Yes. It is useful for preparing text for variables, slugs, file names, and titles.