Case Converter

Convert text to any case — UPPER, lower, Title, camelCase, snake_case, kebab-case, and more. All 11 variants update instantly as you type.

UPPER CASE

HELLO WORLD

lower case

hello world

Title Case

Hello World

Sentence case

Hello world

camelCase

helloWorld

PascalCase

HelloWorld

snake_case

hello_world

SCREAMING_SNAKE

HELLO_WORLD

kebab-case

hello-world

UPPER-KEBAB

HELLO-WORLD

dot.case

hello.world

Supports camelCase, PascalCase, snake_case, kebab-case, and more — type anything and all variants appear instantly.

How to use Case Converter

  1. 1
    Paste or type your text

    Click the input area and paste your content or start typing. All 11 case variants update in real time as you type.

  2. 2
    Find the case you need

    Scan the result cards below the input. Each card shows the converted text in one format — UPPER CASE, camelCase, snake_case, kebab-case, and more.

  3. 3
    Copy any variant with one click

    Click the Copy button on any card to instantly copy that case variant to your clipboard. The button confirms with a 'Copied!' message.

  4. 4
    Clear and convert new text

    Use the Clear button at the top-right of the input to reset and start with a fresh piece of text.

Frequently Asked Questions

What case formats does the converter support?

The tool supports 11 formats: UPPER CASE, lower case, Title Case, Sentence case, camelCase, PascalCase, snake_case, SCREAMING_SNAKE_CASE, kebab-case, UPPER-KEBAB-CASE, and dot.case.

Can it convert camelCase or snake_case input back to words?

Yes. The tokeniser automatically splits camelCase, PascalCase, snake_case, kebab-case, and dot.case inputs into individual words before converting, so mixed inputs are handled correctly.

Does my text get sent to a server?

No. All conversion logic runs entirely in your browser using JavaScript. Your text is never transmitted to any server.

What is the difference between camelCase and PascalCase?

In camelCase the first word is lowercase and subsequent words are capitalised (e.g. helloWorld). In PascalCase (also called UpperCamelCase) every word including the first starts with a capital letter (e.g. HelloWorld). PascalCase is common for class names; camelCase for variables and function names.

Related Tools