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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 聚エ艟聚エ艝^ | 1110001111011010101101001110010001111101111000111101101010110100111001000111101101011110 | e3dab4e47de3dab4e47b5e |
EUC-JP | 聚エ艟聚エ艝^ | 11100110110111001000111010110100111001111101111011100110110111001000111010110100111001111101110001011110 | e6dc8eb4e7dee6dc8eb4e7dc5e |
UTF-8 | 聚エ艟聚エ艝^ | 11101000100000011001101011101111101111011011010011101000100010011001111111101000100000011001101011101111101111011011010011101000100010011001110101011110 | e8819aefbdb4e8899fe8819aefbdb4e8899d5e |
UHC | 聚??聚??^ | 111101101010100100111111001111111111011010101001001111110011111101011110 | f6a93f3ff6a93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)