Case Converter
Convert text between multiple case formats: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, CONSTANT_CASE, and more.
How to Use
Understanding Case Formats
UPPERCASE: All letters capitalized. Used for constants and emphasis.
lowercase: All letters lowercase. Basic text format.
Title Case: First letter of each word capitalized. Common in headlines.
Sentence case: First letter capitalized, rest lowercase. Normal sentence format.
camelCase: First word lowercase, subsequent words capitalized, no spaces. Used in programming (JavaScript variables).
PascalCase: Same as camelCase but first letter capitalized. Used in programming (class names).
snake_case: Words separated by underscores, all lowercase. Used in programming and databases.
CONSTANT_CASE: Words separated by underscores, all uppercase. Used for programming constants.
kebab-case: Words separated by hyphens, all lowercase. Used in URLs and CSS class names.
Why Use This Tool
Instant Conversion
Convert between 9 different case formats instantly as you type or click.
Developer-Friendly
Supports programming conventions: camelCase, snake_case, CONSTANT_CASE, and more.
Text Statistics
Shows character, word, and line counts automatically.
Private Processing
All conversions happen locally. No data sent anywhere.
Common Use Cases
Programming: Convert variable names between camelCase, snake_case, and PascalCase conventions.
URLs and Slugs: Generate URL-friendly kebab-case from regular text.
Database Fields: Convert names to CONSTANT_CASE for database column naming.
Content Writing: Apply Title Case to headlines and proper sentence case to body text.