Case Converter
Convert text between different cases including UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more
Enter Text to Convert
UPPERCASE
Convert all characters to uppercase
lowercase
Convert all characters to lowercase
Title Case
Capitalize the first letter of each word
Sentence case
Capitalize only the first letter of each sentence
camelCase
First word lowercase, subsequent words capitalized, no spaces
PascalCase
First letter of each word capitalized, no spaces
snake_case
All lowercase with underscores between words
kebab-case
All lowercase with hyphens between words
CONSTANT_CASE
All uppercase with underscores between words
dot.case
All lowercase with dots between words
Alternating cAsE
Alternating uppercase and lowercase characters
InVeRsE cAsE
Swap the case of each character
Common Use Cases
Programming
Convert variable names between camelCase, snake_case, and PascalCase for different programming languages and coding conventions.
Writing & Content
Fix capitalization in titles, headings, and sentences for proper formatting and professional presentation.
URL & File Names
Convert text to kebab-case or snake_case for URLs, file names, and system identifiers that require specific formatting.