Case Converter

Convert text between different case formats

← Back to Tools

Convert Case

Converted text will appear here.

Tip: You can also paste text directly into the input field and use keyboard shortcuts: Ctrl+Shift+C (or Cmd+Shift+C on Mac) to copy the result.

About Case Formats

camelCase

First word starts with lowercase, subsequent words are capitalized with no spaces or punctuation (e.g., thisIsCamelCase).

snake_case

All lowercase with underscores between words (e.g., this_is_snake_case).

kebab-case

All lowercase with hyphens between words (e.g., this-is-kebab-case).

PascalCase

Each word capitalized with no spaces or punctuation (e.g., ThisIsPascalCase).

UPPERCASE

All characters in uppercase (e.g., THIS IS UPPERCASE).

lowercase

All characters in lowercase (e.g., this is lowercase).

Title Case

First letter of each word capitalized (e.g., This Is Title Case).

Sentence case

First letter of the first word capitalized (e.g., This is sentence case).

CONSTANT_CASE

All uppercase with underscores between words (e.g., THIS_IS_CONSTANT_CASE).

Related Tools