PascalCase Converter
Convert text to PascalCase.
Related tools
How it works
- 1
Paste your text
For example: "user profile settings".
- 2
Converted instantly
It becomes "UserProfileSettings" as you type.
- 3
Copy the result
One click copies the converted text — ready to paste into code.
FAQ
- How is PascalCase different from camelCase?
- Every word is capitalized, including the first — "user profile settings" → "UserProfileSettings" (camelCase keeps the first word lowercase).
- How are words split before converting?
- On spaces, hyphens, underscores and camelCase/PascalCase humps — so "hello world", "hello-world" and "hello_world" all convert the same way.
