Case Converter

Convert text to uppercase, lowercase, title case, camelCase, PascalCase, snake_case and kebab-case directly in your browser. Nothing is sent to any server.

FAQ

What is a case converter?

A case converter changes the capitalization or format of text without changing its meaning. It can quickly convert text between regular writing styles and programming-friendly formats.

What is the difference between Sentence Case and Title Case?

Sentence Case capitalizes the first letter of each sentence, while Title Case capitalizes the main words in a title according to common writing conventions.

What are camelCase, PascalCase, snake_case and kebab-case?

camelCase joins words without spaces and starts with a lowercase letter. PascalCase starts every word with an uppercase letter. snake_case separates words with underscores, while kebab-case separates them with hyphens.

When should I use UPPER CASE or lower case?

UPPER CASE is often used for emphasis, headings or constants, while lower case is commonly used for regular text, usernames and programming conventions.

Is my text uploaded to a server?

No. All text conversion is performed entirely in your browser. Your text is never sent to any server or stored online.