R3
Size: a a a
R3
БГ
l
БГ
R3
\05\01 условно говоряБГ
b'\xd1\x85\xd1\x83\xd0\xb9'R3
python3
print('05'.encode())
print(bytes(chr(5), 'utf8'))b'05'
b'\x05'
R3
БГ
python3
print('05'.encode())
print(bytes(chr(5), 'utf8'))b'05'
b'\x05'
l
R3
R3
l
l
l
БГ
БГ
python3
print('05'.encode())
print(bytes(chr(5), 'utf8'))b'05'
b'\x05'
