Playful Souls
Tools

Home / Case Converter

Case Converter

Paste your text and switch it to any case — UPPERCASE, lowercase, Title Case, camelCase and more — in one click. Everything runs in your browser.

0 words · 0 chars

Convert text between cases instantly

This case converter transforms your text into whatever letter case you need — no retyping. It's perfect for fixing text that arrived in ALL CAPS, formatting titles and headings, or turning a phrase into a variable name for code. Every conversion happens instantly in your browser, and your text is never uploaded.

The cases explained

  • UPPERCASE — every letter capitalised: HELLO WORLD
  • lowercase — every letter small: hello world
  • Title Case — first letter of each word capitalised: Hello World
  • Sentence case — first letter of each sentence capitalised: Hello world. Nice day.
  • camelCase — joined, first word lower: helloWorld
  • PascalCase — joined, every word capitalised: HelloWorld
  • snake_case — lowercase joined by underscores: hello_world
  • kebab-case — lowercase joined by hyphens: hello-world

Frequently asked questions

Is my text sent to a server?

No. All conversions run locally in your browser. Nothing is uploaded or stored.

Does it keep my line breaks?

UPPERCASE, lowercase, Title and Sentence case preserve your spacing and line breaks. The code cases (camel, snake, kebab, Pascal) collapse text into a single token by design.

Can I undo a conversion?

Each button converts from the current text. Use your browser's Ctrl/Cmd+Z inside the box to undo, or re-paste your original.