Case Converter
Paste any phrase and instantly see it in ten naming conventions at once — UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE and dot.case. Perfect for turning a variable name into a database column or a UI label. No data leaves your browser.
Frequently asked questions
How are words split?
The tool inserts spaces at camelCase boundaries, then treats spaces, underscores, hyphens and dots as separators before re-joining them in the target style.
Does it preserve numbers?
Yes, digits are kept in place and grouped with the surrounding word, so “v2 API” stays consistent across formats.
Related tools
JSON Formatter
Format, validate and minify JSON in your browser. No data is ever uploaded.
JSON Diff
Compare two JSON documents side by side and see differences instantly.
JWT Decoder
Decode JWT tokens, inspect the header and payload, and verify signatures.
Base64 Encoder/Decoder
Encode text or files to Base64, or decode Base64 back to readable text.