Skip to main content
Version: Next

Base64 Encoder

Encode to Base64

Description

Encode a UTF-8 or binary string into Base64

Inputs

  • input (String): The string to encode
  • encoding (String): The encoding of the input (UTF-8or binary)

Outputs

  • base64 string (String)