Loading…

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.
Duration Humanizer
Convert milliseconds or seconds into a readable duration like 1d 2h 3m 4s, and break it down across every time unit.
Timestamp Diff
Compute the difference between two dates or Unix timestamps in days, hours, minutes, seconds and a humanized string.
UUID v5 Generator
Generate deterministic RFC 4122 v5 UUIDs by SHA-1 hashing a name within a namespace (DNS, URL, OID, X.500 or custom).
HMAC Generator
Compute HMAC message authentication codes with SHA-1, SHA-256, SHA-384 or SHA-512 and a secret key, in hex or base64.
Color Contrast Checker
Check WCAG 2.1 contrast ratio between a foreground and background color, with AA and AAA pass/fail for text sizes.
CSS Clamp Generator
Generate a fluid CSS clamp() for responsive typography or spacing that scales linearly between two viewport widths.

← View all Developer ToolsBrowse all 1,100+ tools →