Type or paste your text
Click a conversion button
Copy the converted result
Quickly convert between camelCase, snake_case, PascalCase, and kebab-case naming conventions used in different programming languages.
Convert text that was accidentally typed in all caps back to readable lowercase or sentence case.
Apply Title Case to article headlines, blog post titles, and product names for consistent capitalization.
Convert human-readable field names to snake_case for database columns or camelCase for JSON API responses.
Convert plain text descriptions into kebab-case class names suitable for use in HTML and CSS.
UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, and kebab-case.
No. All conversion is done in your browser. Your text is never sent to a server.
Title Case capitalizes the first letter of each major word, following standard English title capitalization rules.
camelCase starts with a lowercase letter (e.g. myVariable), PascalCase starts with uppercase (e.g. MyVariable). PascalCase is also called UpperCamelCase.
Yes, the converter handles accented characters, CJK characters, and other Unicode text gracefully.