Password Generator
Generate secure, random passwords with customizable options for maximum security.
Input Text
Enter the text you want to convert into different cases.
0 chars • 0 words
Quick Examples
Click to try these examples
Basic
lowercase
all characters in lowercase
Result will appear here...UPPERCASE
all characters in uppercase
Result will appear here...Text
Title Case
first letter of each word capitalized
Result will appear here...Sentence case
first letter capitalized, rest lowercase
Result will appear here...Programming
camelCase
first word lowercase, subsequent words capitalized
Result will appear here...PascalCase
first letter of each word capitalized, no spaces
Result will appear here...snake_case
words separated by underscores
Result will appear here...kebab-case
words separated by hyphens
Result will appear here...CONSTANT_CASE
uppercase words separated by underscores
Result will appear here...Special
dot.case
words separated by dots
Result will appear here...path/case
words separated by forward slashes
Result will appear here...aLtErNaTiNg CaSe
alternating uppercase and lowercase characters
Result will appear here...Case Conversion Guide
Common use cases for different text formats
Programming Conventions
camelCaseVariables, functions
PascalCaseClasses, components
snake_casePython, databases
kebab-caseCSS, URLs
CONSTANT_CASEConstants, env vars
Text Formatting
Title CaseHeadlines, titles
Sentence caseRegular text
UPPERCASEEmphasis, acronyms
lowercaseCasual text, tags
dot.caseNamespaces, files