Skip to main content
Version: Next

Base64 Decoder

Decode a Base64 string

Description

Decode a Base64 string to UTF-8 or binary

Inputs

  • base64 string (String): The Base64 string decode
  • encoding (String): Output encoding (UTF-8 or binary)

Outputs

  • output (String): Decoded string