What is base64 encoding?
Some tools do not accept a full set of characters. There are also text file formats that do not have a way to escape easily all special characters. Some special characters are new lines, tabs, characters that are otherwise used for other purposes - &, % etc.
Example usages:
- content of cookies
- some url parameters - but often url encoding is used there
- contents of some kubernetes objects
- encoding binary content to store as text
Example of base64 decoded text
Decoding whole text
Text to decode
4oCcQSBXb3JsZCBvZiBEZXfigJ0gYnkgS29iYXlhc2hpIElzc2EKCkEgd29ybGQgb2YgZGV3LAoKQW5kIHdpdGhpbiBldmVyeSBkZXdkcm9wCgpBIHdvcmxkIG9mIHN0cnVnZ2xlLiA=Decoded base64 text
“A World of Dew” by Kobayashi Issa
A world of dew,
And within every dewdrop
A world of struggle. Related Tools
- Encode Base64 - Convert text to Base64 encoding
- Decode URL - Decode URL-encoded text
- Encode URL - Convert text to URL-encoded format
- Decode Hex - Convert hexadecimal to text
- Encode Hex - Convert text to hexadecimal
All Tools
See all available tools