All tools · 📝 Text

🔠 Case Converter

Paste text and instantly convert to any case format. Useful for variable names, file names, URL slugs, social media captions, or just normalizing inconsistent capitalization.

Loading tool…

Examples

Variable name styles
Inputfirst name
OutputfirstName · FirstName · first_name · first-name · FIRST_NAME
Title case for headlines
Inputhow to be productive
OutputHow To Be Productive

Frequently asked questions

camelCase vs PascalCase?

camelCase starts lowercase (firstName) — used for variables and methods in JS, Java, Swift. PascalCase capitalizes the first letter too (FirstName) — used for classes and types.

snake_case vs kebab-case?

snake_case uses underscores (Python, Rust). kebab-case uses hyphens (CSS, URL slugs). They are functionally equivalent for readability.

Why CONSTANT_CASE?

Convention in C/Java/JS for module-level constants and environment variables. Visually distinguishes them from normal variables.

About this tool

Case Converter runs entirely in your browser using standard Web APIs. No data is sent to any server. The source for this tool is in our public GitHub repository.

Related tools

← All 96 tools

Why this tool

vs typical free web-tool sites

1vwTypical free site
PriceFreeFree
Signup requiredNoOften (for premium features)
Ads inside the toolNoYes (banner + video)
Data sent to serverNo (browser-only)Yes (inputs analyzed for ads)
Total tools96Often <20 or scattered across sites
Bookmarkable URL per toolYesMixed
Loads in under 1sYes (static)Often slow (ad tracking)
MultilingualEN / ES / PT / FR / DEUsually EN only
Open sourceYesNo