Mapping functionsTextBase64 EncodeOn this pageText: Base64 Encode Encode a UTF-8 string to its standard base64 representation. ExampleInput: "hello"Output: "aGVsbG8=" Parameters This function has no parameters. Input String—REQUIREDUTF-8 text to encode. Output StringThe base64-encoded text.