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 | 殺殺B | 11100110101011101011101011100110101011101011101001000010 | e6aebae6aeba42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | 殺殺B | 10001111101010011100000110001111101000101110111010001111101000101110101110001111101010011100000110001111101000101110111010001111101000101110101101000010 | 8fa9c18fa2ee8fa2eb8fa9c18fa2ee8fa2eb42 |
UTF-8 | 殺殺B | 11000011101001101100001010101110110000101011101011000011101001101100001010101110110000101011101001000010 | c3a6c2aec2bac3a6c2aec2ba42 |
UHC | 殺殺B | 10101001101000011010001011100111101010001010110010101001101000011010001011100111101010001010110001000010 | a9a1a2e7a8aca9a1a2e7a8ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)