Case Converter
Convert text and code variables between multiple letter cases instantly. Supports UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE.
Your files are processed locally in your browser and are not uploaded.
Converted Formats:
UPPERCASE
HELLO WORLD! WELCOME TO FILEKINETIX.
lowercase
hello world! welcome to filekinetix.
Title Case
Hello World! Welcome To Filekinetix.
Sentence case
Hello world! Welcome to filekinetix.
camelCase
helloWorld!WelcomeToFileKinetix
PascalCase
HelloWorld!WelcomeToFileKinetix
snake_case
hello_world!_welcome_to_file_kinetix
kebab-case
hello-world!-welcome-to-file-kinetix
CONSTANT_CASE
HELLO_WORLD!_WELCOME_TO_FILE_KINETIX
All programming & writing formats in one place
Convert names and identifiers for coding (`camelCase`, `snake_case`, `kebab-case`, `PascalCase`, `CONSTANT_CASE`) or format article headings and body copy (`Title Case`, `Sentence case`).
Real-time simultaneous multi-format preview
See your text rendered in every case format at the same time with single-click copy buttons for instant workflow integration.
How to convert text cases
- Type or paste your text into the input area.
- All case formats are generated instantly below.
- Click 'Copy' next to your desired format to copy it to clipboard.
Frequently Asked Questions
What is the difference between camelCase and PascalCase?
camelCase starts with a lowercase letter and capitalizes subsequent words (e.g. 'fileKinetixApp'), while PascalCase capitalizes all words including the first (e.g. 'FileKinetixApp').
Is my text sent to a remote server?
No. All case conversions run locally in your web browser.