Case Converter

Convert text between different cases

9 case types available

Enter your text

All Case Conversions

UPPER CASE
Enter text above
lower case
Enter text above
Title Case
Enter text above
Sentence case
Enter text above
aLtErNaTiNg CaSe
Enter text above
camelCase
Enter text above
PascalCase
Enter text above
snake_case
Enter text above
kebab-case
Enter text above

What is Case Conversion?

Case conversion changes the capitalization of text. Different cases are used in different contexts - UPPER CASE for emphasis, Title Case for headings, camelCase for programming.

How to Use

1

Enter text

Paste or type your text

2

View conversions

All case conversions are shown instantly

3

Copy result

Click Copy on any result to copy it

Why Use This Converter?

9 case types

9 different case types available

Instant

Instant conversion

One-click copy

Copy any result with one click

For coding

Perfect for coding and writing

Frequently Asked Questions

Title case capitalizes the first letter of each word. It's commonly used for headings and titles.
camelCase starts with a lowercase letter and capitalizes each subsequent word. It's used in programming for variable names.
snake_case uses lowercase letters with underscores between words. It's commonly used in Python and database naming.