Text Case Converter

Convert your text to any case format instantly

Case Formatter Editor
Characters: 0
Words: 0

Text Case Format Examples

Quick reference table showing formatting styles for the text: "hello world"

Format Result Example Description / Rule
UPPERCASE HELLO WORLD Capitalizes all alphabetical characters.
lowercase hello world Converts all alphabetical characters to lowercase.
Title Case Hello World Capitalizes the first letter of every word.
Sentence case Hello world Capitalizes only the first letter of sentences (after punctuation like ., !, ?).
camelCase helloWorld Removes spaces, capitalizes every word except the first word.
PascalCase HelloWorld Removes spaces, capitalizes the first letter of every word.
snake_case hello_world Converts text to lowercase and replaces spaces with underscores.
kebab-case hello-world Converts text to lowercase and replaces spaces with hyphens.
alternating case hElLo WoRlD Alternates character cases between lowercase and uppercase.
INVERSE CASE HeLLO WoRLD Inverts the case of each character individually.

Formatting Standard Use Cases

💻 camelCase

Mainly used in coding languages like JavaScript, Java, and C++ to define variable and function names (e.g. `const myVariable = 1;`).

🐍 snake_case

Popular in Python variables, database column names, URLs, and file naming structures to represent clean, word-divided phrases.

🍢 kebab-case

Standard URL slug path format. Also heavily utilized in CSS stylesheets for class names, HTML IDs, and configuration file keys.

✨ Title & Sentence Case

Essential for creators, content writers, and copywriters to outline blog post titles, newsletter headings, and standard article drafts.

How To Convert Cases?

Follow these three simple steps to convert text styling.

1

Paste Draft Text

Paste or type your target text directly inside the Case Formatter Editor. The tool will calculate character and word totals instantly.

2

Trigger Conversion

Click any of the 10 converter format buttons. The text inside the editor will be styled immediately, and the active format will be highlighted.

3

Copy Resulting Text

Click the copy button to capture the formatted text directly to your clipboard. Use the clear button to reset the text block.