Case Converter
Convert text between camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, Title Case, and more — instantly and entirely in your browser.
// case0 words○ ready
Input
- Enter text to see every case.
About this case converter
Programmers constantly move names between conventions — a database column in snake_case, a JavaScript variable in camelCase, a React component in PascalCase, a CSS class in kebab-case, an environment variable in CONSTANT_CASE. Paste any text and this tool shows every common case at once, each ready to copy with one click.
Common conversions
- camelCase to snake_case (and back)
- snake_case to kebab-case for CSS or URLs
- Any case to CONSTANT_CASE for environment variables
- Title Case for headings and labels
Frequently asked questions
- Which cases are supported?
- camelCase, PascalCase, snake_case, CONSTANT_CASE, kebab-case, Train-Case, dot.case, Title Case, Sentence case, plus plain UPPERCASE and lowercase.
- How does it split my text into words?
- It detects word boundaries from spaces, underscores, hyphens, dots, slashes, and camelCase transitions — so it can convert from any case to any other.
- Is my text sent to a server?
- No. All conversion happens in your browser; your text never leaves your device.
// More tools
- JSON FormatterBeautify, minify, and validate JSON with precise error locations.
- Base64 Encoder / DecoderEncode and decode Base64 for text and files, including URL-safe.
- UUID GeneratorGenerate v4 and time-ordered v7 UUIDs in bulk, ready to copy.
- Regex TesterTest regex with live highlighting, capture groups, and flags.
- YAML ValidatorValidate YAML and convert to and from JSON.
- HTML Entity EncoderEscape and unescape HTML entities and special characters.
- URL EncoderPercent-encode and decode URLs and query parameters.
- Number Base ConverterConvert between binary, octal, decimal, and hexadecimal.
- Color ConverterConvert colors between HEX, RGB, and HSL with a live preview.
- Unix Timestamp ConverterConvert Unix epoch timestamps to dates and back.
- JWT DecoderDecode a JWT's header and payload with readable claim times.
- Hash GeneratorGenerate MD5, SHA-1, SHA-256, and SHA-512 hashes from text.
- JSON ↔ CSV ConverterConvert JSON to CSV and CSV back to JSON.
- Cron Expression ExplainerTranslate a cron expression into plain English.