Text Tools
- Add Prefix or Suffix
- Remove Line Breaks & Spaces
- Flip & Reverse Text
- String Builder
- Encode HTML
- Decode HTML
- Encode Base64
- Decode Base64
- Encode URL
- Decode URL
- String to Hex
- Hex to String
- String to Binary
- Binary to String
- Case Converter
- Remove Accents
- Remove Duplicate Lines
- Remove Empty Lines
- Remove Lines Containing
- Sort Lines
- Find & Replace
- Remove Punctuation
- Remove Duplicate Words
- Join Text
- Repeat Text
- Pick Random Line
- Add Line Breaks
- Text to Morse
- Morse to Text
- Extract Text from HTML
- Split Text
- Vertical Align Text
- Extract Regex Matches
- Center Text
- Right Align Text
- Left/Right Text Rotate
- Check Palindrome
- Convert Spaces to Tabs
- Truncate Text
- Text to Image
- Text to PDF
Input Text
Output Text
From Base64 to String Decoder Online Tool
How to convert Base64 Encoded to Text Online?
- Enter the already encoded string/text in Input area. You can also upload a file.
- Click on Show Output button to generate desired decoded string.
What is base64 encoded?
Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation.
Uses
- decode URL for use as a HTTP parameter
- decode character strings.
- parse inline binary files to avoid depending on external files.
Example
Input Data:
SSDimaUgVGV4dENvbXBhcmUub3Jn
Output Data:
I ♥ TextCompare.org