我正在玩将Hex值转换为Base64.
通过使用notepad ++ convertion,例如,FBHex RkI=中的值在Base64中
FB
RkI=
如果我使用http://tomeko.net/online_tools/hex_to_base64.php?lang=en
我得到一个不同的值等于: +w==
+w==
实际上,这个值是正确的,因为当我用纸和笔计算这个转换时,我得到相同的值:D
任何人都可以解释记事本如何使这个转换!?
base64 hex notepad++
base64 ×1
hex ×1
notepad++ ×1