Text Case Converter

Convert text between different cases and formats. Perfect for formatting text, code, and documents.

About Case Conversion

This tool converts text between various case formats. Use it for formatting titles, code variables, file names, or any text that needs consistent casing. All processing happens in your browser for privacy and speed.

ℹ️

About this Text Case Converter

Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more. Fix caps, format for code or headings, or normalize text. Instant conversion in your browser.

Key Features

UPPERCASE, lowercase, Title Case

camelCase, snake_case, kebab-case

Sentence case

Copy result

Works in browser

📖

How to Use

1

Paste or type text

2

Choose target case

3

Copy the result

💡

Popular Use Cases

1

Code (variables, constants)

2

Headings and titles

3

Normalize data

4

Fix CAPS LOCK text

💡

Tips & Best Practices

Title Case capitalizes major words. Sentence case capitalizes first word only.

Frequently Asked Questions

Q

What is camelCase?

Words joined, first word lowercase, rest capitalized: myVariableName.

Q

What is snake_case?

Words separated by underscores, usually lowercase: my_variable_name.