Text
Transform text with multiple case styles, encoding formats, and text manipulation tools.
50
Characters
42
No Spaces
9
Words
1
Lines
1
Min Read
Case Transformations
UPPERCASE
HELLO WORLD! THIS IS A SAMPLE TEXT FOR CONVERSION.
lowercase
hello world! this is a sample text for conversion.
Title Case
Hello World! This Is A Sample Text For Conversion.
camelCase
helloWorld!ThisIsASampleTextForConversion.
PascalCase
HelloWorld!ThisIsASampleTextForConversion.
snake_case
hello_world!_this_is_a_sample_text_for_conversion.
kebab-case
hello-world!-this-is-a-sample-text-for-conversion.
CONSTANT_CASE
HELLO_WORLD!_THIS_IS_A_SAMPLE_TEXT_FOR_CONVERSION.
Sentence case
Hello world! this is a sample text for conversion.
Encoding & Decoding
Base64 Encode
SGVsbG8gV29ybGQhIFRoaXMgaXMgYSBzYW1wbGUgdGV4dCBmb3IgY29udmVyc2lvbi4=
Base64 Decode
Error: Invalid Base64 string
URL Encode
Hello%20World!%20This%20is%20a%20sample%20text%20for%20conversion.
URL Decode
Hello World! This is a sample text for conversion.
Text Formatting
Reverse Text
.noisrevnoc rof txet elpmas a si sihT !dlroW olleH
Remove Extra Spaces
Hello World! This is a sample text for conversion.
Sort Lines
Hello World! This is a sample text for conversion.
Remove Line Breaks
Hello World! This is a sample text for conversion.
About Text
Converter
Transform text seamlessly between different formats. Supports multiple case styles (camelCase, snake_case, kebab-case), encoding/decoding (Base64, URL), and text formatting tools. Perfect for developers, writers, and anyone working with text.