Base64 Encoder / Decoder
Enter text in the Input box and hit Encode to encode it in Base64 or enter a Base64 encoded string and hit Decode to return it to plain text.
Input
Output
API endpoint: POST /api/v1/base64
{
"mode": "encode",
"text": "hello"
}
More tools: