Case Converter
Paste your text — all formats update instantly.
Input
Output
camelCase
your-output-here
PascalCase
your-output-here
snake_case
your-output-here
kebab-case
your-output-here
SCREAMING_SNAKE_CASE
your-output-here
dot.case
your-output-here
Title Case
your-output-here
Sentence case
your-output-here
UPPERCASE
your-output-here
lowercase
your-output-here
When to use each format
camelCase
JavaScript variables and functions
PascalCase
Class names, React components
snake_case
Python variables, database columns
kebab-case
URLs, CSS classes, HTML attributes
SCREAMING_SNAKE
Constants and environment variables
dot.case
Config file keys, package names
Title Case
Headings, titles, button labels
Sentence case
Body copy, descriptions, sentences