Text Case Converter
Convert any text or identifier between camelCase, PascalCase, snake_case, SCREAMING_SNAKE_CASE, kebab-case, and Title Case in one click.
camelCase
Type or paste text above…PascalCase
Type or paste text above…snake_case
Type or paste text above…SCREAMING_SNAKE_CASE
Type or paste text above…kebab-case
Type or paste text above…Title Case
Type or paste text above…How to text Case Converter
- Type or paste your text into the input field.
- All six case formats update instantly below.
- Click Copy next to the format you need.
Private by design — text conversion happens entirely in your browser. Nothing is uploaded.
Related tools
Frequently asked questions
How does the converter handle acronyms and numbers?
The tokenizer splits on spaces, hyphens, underscores, and camelCase/PascalCase boundaries, then reassembles tokens into each format. Numbers are preserved as-is within their token.
Does it work with multi-word sentences?
Yes — sentences with spaces are tokenized just like identifiers, so 'hello world' becomes helloWorld, HelloWorld, hello_world, etc.
Is the conversion reversible?
All conversions start from the same set of tokens, so converting in any direction and back produces consistent results as long as the original tokenization is unambiguous.