| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
123 バイト追加 、 2020年7月14日 (火) 09:54
print 'hoge'.encode('hex')
print '686f6765'.decode('hex')
 
====シフトIN/OUTを変換====
title = title.replace(b'\x0e'.decode(),"")
title = title.replace(b'\x0f'.decode(),"")
 
====2進数文字列を10進数に変換====
>>> int('10101100',2)

案内メニュー