ConvertChief
JSON
Base64
CSV/Excel
XML
Base64
YAML
ConvertChief
Tools
{ }
JSON Tools
→
↔️
Base64 Tools
→
📊
CSV/Excel Tools
→
</>
XML Tools
→
📄
YAML Tools
→
Base64 Encoder/Decoder
Encode and decode Base64 strings with support for standard and URL safe formats.
Input
Cleared
Clear
URL-Safe Base64
ⓘ
URL-Safe Base64 Toggle
Toggle ON to enable URL-safe Base64 encoding/decoding, which can be used in URLs and filenames.
When URL-safe mode is enabled:
During encoding,
+
and
/
become
-
&
_
.
During decoding,
-
&
_
become
+
and
/
.
🔒
Encode Text
➔
🔑
Decode Base64
➔
Output
Copy
Related Tools
🔗
Encode or decode URL-safe strings
📄
Convert Base64 string to image
📄
Convert image to Base64
Base64 Encoding/Decoding
What is Base64 Encoding?
+
What's the use of = in Base64 encoding?
+
Can any text string be decoded using Base64?
+
What is URL-safe Base64 encoding?
+
Where is Base64 encoding used?
+
Base64 Encoding Examples
+