Case Converter

Our Case Converter tool transforms text between different case formats. Convert to uppercase, lowercase, title case, sentence case, camelCase, snake_case, kebab-case, and other common formats instantly.

How it works

  1. 1

    Paste or type your text into the input field.

  2. 2

    Select the target case format from the buttons.

  3. 3

    Copy the converted text with one click.

Examples

Input

"hello world" to UPPERCASE

Output

"HELLO WORLD"

Converting to UPPERCASE capitalizes every letter.

Input

"HELLO WORLD" to lowercase

Output

"hello world"

Converting to lowercase makes every letter lowercase.

Input

"hello world" to Title Case

Output

"Hello World"

Title Case capitalizes the first letter of each word.

Frequently asked questions

camelCase is a naming convention where the first word is lowercase and subsequent words start with uppercase (e.g., myVariableName). Commonly used in programming.

snake_case is a naming convention where words are separated by underscores and all letters are lowercase (e.g., my_variable_name).

kebab-case uses hyphens between words (e.g., my-variable-name). Commonly used in URLs and CSS class names.

Yes. All conversions happen in your browser. We never store or transmit your text.

Related tools