Case Converter

About this Tool

AllThatConverter's case converter is a free online tool that instantly transforms text into uppercase, lowercase, title case, camelCase, PascalCase, snake_case, kebab-case, and sentence case. It is useful for programming, writing, and data formatting. All processing runs locally in your browser — no uploads, no registration, completely free.

Processed safely on your device

Everything happens in your browser on this device. Your files are never sent to our servers—so you can use it with peace of mind.

How to Use

1

Paste the text you want to convert into the input area.

2

Click the desired case format button (Uppercase, Lowercase, Title Case, camelCase, etc.).

3

The converted text appears instantly in the output area.

4

Click 'Copy' to copy the result to your clipboard.

Key Scenarios & Use Cases

Standardizing Variable and Function Names

Convert names to camelCase, PascalCase, snake_case, or kebab-case to match your project's coding conventions in seconds.

Titles and Headings

Apply title case to English article headings, or bulk-convert text to all-caps or all-lowercase for editing efficiency.

Database and CSV Data Formatting

Normalize column names and values before importing into a database by converting to a consistent case format.

URL Slugs and File Names

Convert article titles to kebab-case for URL slugs, or to snake_case for file naming conventions.

Frequently Asked Questions (FAQ)

camelCase starts with a lowercase letter and capitalizes each subsequent word (e.g. myVariable). PascalCase capitalizes every word including the first (e.g. MyVariable). camelCase is common for variables; PascalCase for class names.

Uppercase and lowercase apply to Latin characters. For non-Latin scripts like Japanese, only any embedded Latin characters are converted.

One conversion is applied per click. You can re-paste the output and apply a second conversion.

No. All processing runs locally in your browser. Nothing is transmitted externally.