gpt4 book ai didi

python - python中的字节到字符转换

转载 作者:行者123 更新时间:2023-11-30 23:30:21 26 4
gpt4 key购买 nike

使用以下代码,我能够将字符转换为位:

msg= bitarray(endian='little')
msg.frombytes(b'ABCDEFGH')

如何将位转换回字符?

注意:这涉及 bitarray包。

最佳答案

bitarray 对象也有一个 tobytes() 方法:

bytes_value = msg.tobytes()

关于python - python中的字节到字符转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20642820/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com