0
Decoded
Bin String |
---|
Encoded
Bin String |
---|
About Bin String
Bin string is the binary value of the string in binary notation.
Since the binary value differs depending on the character encoding, the conversion result to a bin string also differs.
For example, the result of converting "サンプル" to a bin string is as follows.
Character encoding | Bin string |
---|---|
UTF-8 | E3 82 B5 E3 83 B3 E3 83 97 E3 83 AB |
UTF-16 | 30 B5 30 F3 30 D7 30 EB |
Shift_JIS | 83 54 83 93 83 76 83 8B |