Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
print(bin(int("3478e392", 16))[0:] >> 22)
バイナリに変換すると 3478e392 = 00110100011110001110001110010010
HEX STRING をバイナリ、右シフト 22 に変換してから論理積を 0F に変換する方法はありますか? 結果は 10 進数の 1 を返す必要があります