
好词典

源自法语 encoder (en- '使进入' + code '代码'),最早记录于16世纪,现代计算机术语意义出现于1940年代。
❶ 指信息或数据通过特定规则转换成代码形式,通常用于保密或便于传输。常见于计算机、通信等领域。
“The message was encoded to prevent unauthorized access.”
(这条信息被编码以防止未经授权的访问。)
“DNA contains encoded genetic instructions.”
(DNA包含编码的遗传指令。)
❶ 将信息转换成代码形式的行为过程,通常使用特定算法或系统规则。
“She encoded the confidential document before emailing it.”
(她在邮件发送前对机密文件进行了编码。)
“The software automatically encodes video files during upload.”
(该软件在上传时自动对视频文件进行编码。)
encoded message — 指经过加密或编码处理的信息,需要通过特定方法解码才能理解原始内容。
“The detective deciphered the encoded message hidden in the newspaper.”
(侦探破译了隐藏在报纸中的编码信息。)
base64 encoded — 指使用Base64算法编码的数据格式,常用于在网络传输中处理二进制数据。
“The image attachment was sent as base64 encoded text.”
(图片附件以Base64编码文本的形式发送。)