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.
(オンラインデコーダーの1つを使用して)base64文字列をデコードすると、デコードされたデータはsqaureブロックや`"などのいくつかの特殊文字を返します。
base64は、バイナリデータを表示可能な文字にエンコードします。デコードすると、文字列はバイナリデータに戻され、一部のバイトはASCII / Unicode表現を持たず、正方形として表示されます。これは通常の動作です。データを使用するプログラムのデータをデコードする必要があります。