convert your text to Base64 encoding or decode it back to readable text.
Convert all letters to uppercase
Convert all letters to lowercase
Capitalize the first letter of each word
Capitalize the first letter of each sentence
Capitalize the first letter of every word
Swap uppercase to lowercase and vice versa per word
Alternate upper and lower case per character
Randomly capitalize letters
hello world → helloWorld
hello world → HelloWorld
hello world → hello_world
hello world → hello-world
hello world → HELLO_WORLD
hello world → hello/world
hello world → hello.world
Encode to Base64
Decode from Base64
Encode URL safe characters
Decode URL safe characters
Collapse multiple spaces and trim whitespace
Replace all line breaks with spaces
Delete lines that appear more than once
Remove leading and trailing whitespace from each line
Strip all HTML tags and entities
Delete all emoji characters
Remove all punctuation marks
Remove all numeric digits
Delete repeated words
Add s̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶ to text
w i d e t e x t
Convert to Morse Code
Recent Conversions
Original
Input
Paste or type your text here to get startedChoose a conversion above or paste text from your clipboard.
0 / 10,000
0
Characters
0
Characters (no spaces)
0
Words
0
Sentences
1
Lines
0
Paragraphs
< 1 min
Reading Time
What is Base64 Encoding?
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. Developers commonly use Base64 to safely transmit data across networks, embed images directly in HTML/CSS, or store complex data structures in basic text fields.