ToolHive

Case Converter

Paste your text below and instantly see it converted into six common cases — UPPERCASE, lowercase, Title Case, Sentence case, camelCase, and snake_case — with one-click copy for each.

UPPERCASE

lowercase

Title Case

Sentence case

camelCase

snake_case

How to use

  1. 1

    Paste or type your text

    Drop your text into the box above — any length works.

  2. 2

    View all six conversions

    Every case format updates instantly below as you type.

  3. 3

    Copy the one you need

    Click the Copy button next to any result to copy it to your clipboard.

Examples

  • "hello world" → UPPERCASE: HELLO WORLD, camelCase: helloWorld, snake_case: hello_world
  • "the quick fox" → Title Case: The Quick Fox, Sentence case: The quick fox

Frequently asked questions

What's the difference between Title Case and Sentence case?

Title Case capitalizes the first letter of every word, commonly used for headlines. Sentence case only capitalizes the first letter of each sentence, like normal prose.

How does camelCase handle multiple words?

Words are split on spaces, hyphens, and underscores. The first word is lowercased and every following word is capitalized and joined with no spaces, e.g. 'hello world' becomes 'helloWorld'.

How does snake_case handle punctuation?

Words are split the same way as camelCase, then lowercased and joined with underscores, e.g. 'Hello World' becomes 'hello_world'.

Is my text stored anywhere?

No. All conversions happen locally in your browser. Nothing is sent to a server or saved.

Related tools

← Back to Text Tools