Convert to binary to base64

Is it possible to convert the binary text below to a base64 string?

<<28, 31, 183, 217, 82, 6, 200, 246, 173, 76, 174, 86, 204, 144, 158, 210, 139,
126, 182, 235, 55, 251, 232, 221, 129, 65, 38, 46, 13, 25, 247, 29, 93, 193,
211, 147, 53, 42, 11, 25, 18, 225, 236, 114, 85, 97, 46, 152, 33, 11, …>>

@jerry Simply use &Base.encode64/2 function.

Okay, noted.

Thanks very much.

@jerry Please mark my answer as solution to not confuse others :slight_smile:

3 Likes