Case Converter (Dev) — Free Online Tool

Convert identifiers between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, Title and Sentence case.. Case Converter (Dev) is a free online tool from the ToolsRift Developer Tools collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.

Loading Case Converter (Dev)

How to use Case Converter (Dev)

Paste an identifier or phrase and the tool splits it into words, then shows it rendered in every supported programming case so you can copy the one you need.

Frequently asked questions

What is the difference between camelCase and PascalCase?

Both join words without spaces; camelCase lowercases the first word (myValue) while PascalCase capitalizes it (MyValue).

When is CONSTANT_CASE used?

Uppercase words joined by underscores are the convention for constants and environment variables, e.g. MAX_RETRY_COUNT.

How are word boundaries detected?

The tool splits on spaces, hyphens, underscores and camelCase humps, so mixed input like 'my-htmlValue' is parsed correctly.

More Developer Tools

Bytes Humanizer
Turn raw byte counts into human-readable sizes in KiB/MiB (binary) or KB/MB (decimal), and parse sizes back to bytes.
Number Formatter
Format numbers with locale-aware thousands separators and fixed decimals using the Intl API — US, EU, Indian and more.
Base64URL Encoder
Encode or decode UTF-8 text to URL-safe Base64 (base64url) with no padding — ideal for JWTs and query parameters.
JWT Generator (HS256)
Sign a JSON Web Token with HMAC-SHA256 from your header, payload and secret — output verifiable against jwt.io.
URL Encoder / Decoder
Percent-encode or decode text for URLs using encodeURIComponent or encodeURI, in both full-string and component modes.
JSON to Query String
Convert a JSON object into a URL query string with bracket notation for nested objects and arrays, fully percent-encoded.

← View all Developer Tools