To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ拌テ淌ケ | 11000010100111010110000111000011100111111100001110111001 | c29d61c39fc3b9 |
EUC-JP | ツ拌テ淌ケ | 10001110110000101101100111000010100011101100001111011110110001011000111010111001 | 8ec2d9c28ec3dec58eb9 |
UTF-8 | ツ拌テ淌ケ | 111011111011111010000010111001101000101110001100111011111011111010000011111001101011011110001100111011111011110110111001 | efbe82e68b8cefbe83e6b78cefbdb9 |
UHC | ?拌??? | 001111111101101011100101001111110011111100111111 | 3fdae53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)