Skip to main content
CaseSwitch

PascalCase Converter

Capitalize the first letter of every word and remove spaces to create PascalCase strings. Frequently used for Object-Oriented class names and UI components.

Last reviewed: 2026-07-23

Processed locally in your browser. Nothing is sent to a server.

Character count: 0 · Word count: 0 · Line count: 0

How to use

  1. Input your phrase or existing variable.
  2. Copy the resulting PascalCase text.

Examples

Component name

Input

user profile card

Output

UserProfileCard

PascalCase vs camelCase

PascalCase is identical to camelCase, except the very first letter is also capitalized. While camelCase is used for instances and variables, PascalCase is strictly used for Types, Interfaces, Classes, and React Components.

Frequently asked questions

Is my data uploaded?+

No. Code and data tools run locally in your browser whenever possible.

Related guides

Learn more about this topic in our blog.

Related tools