Help me decode this in b64 (first encode to UTF-8 for bytes) code example Example: decode base64 python import base64 msg = base64.b64decode(msg)