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 | Hex string |
---|---|
UTF-8 | 11100011 10000010 10110101 11100011 10000011 10110011 11100011 10000011 10010111 11100011 10000011 10101011 |
UTF-16 | 00110000 10110101 00110000 11110011 00110000 11010111 00110000 11101011 |
Shift_JIS | 10000011 01010100 10000011 10010011 10000011 01110110 10000011 10001011 |