Upper Camel Case Converter
Convert words and identifiers to Upper Camel Case or PascalCase online, such as HelloWorldExample, for types and components. Read more
Convert text to PascalCase
Upper camel case removes separators and capitalizes the beginning of every recognized word. hello world example becomes HelloWorldExample.
Also known as PascalCase, this convention is often used for class names, types, constructors, components, schemas, and other identifiers that begin with a capital letter.
How to create UpperCamelCase
- Enter the source phrase or identifier.
- Convert spaces, hyphens, underscores, and case boundaries into joined words.
- Review acronyms and domain-specific capitalization.
The converter normalizes inferred words rather than preserving every original capital. An acronym such as API may not retain the exact style required by a project’s naming guide.
Pascal case FAQ
Is PascalCase different from camelCase?
Yes. Lower Camel Case starts with a lowercase word, while PascalCase capitalizes the first word.
Are spaces kept?
No. Word separators are removed after marking boundaries.
Can I use the result as a class name?
Usually, but verify the target language’s identifier rules and reserved words.
Input
Output
Share Link
Settings