Skip to content
ConvenTools

Case Converter — camelCase, snake_case, Title Case

Runs in your browser — your files never leave your device

Convert text between every common case — UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case and CONSTANT_CASE — and copy the one you need. It all runs in your browser.

UPPERCASE
lowercase
Title Case
Sentence case
camelCase
PascalCase
snake_case
kebab-case
CONSTANT_CASE

How to use it

  1. 1
    Enter text

    Type or paste your text into the box.

  2. 2
    See every case

    All the cases are computed live and shown together.

  3. 3
    Copy

    Copy whichever case you need with one click.

Prose and code cases

Title and Sentence case are for headings and copy; camelCase, PascalCase, snake_case, kebab-case and CONSTANT_CASE are the naming conventions used across programming languages. The converter recognises existing casing, so it can turn snake_case into camelCase and back.

Frequently asked questions

Is my text uploaded anywhere?

No. Conversion happens entirely in your browser; your text never leaves your device.

Can it convert camelCase back to words?

Yes. It detects camelCase, snake_case and kebab boundaries, so you can convert in any direction.

What is CONSTANT_CASE?

Uppercase words joined by underscores (e.g. MAX_RETRIES) — common for constants in code.