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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ゙}゙{^ | 110111101111001101101011011111011101111011110011011010110111101101011110 | def36b7ddef36b7b5e |
EUC-JP | ゙?}゙?{^ | 100011101101111000111111011111011000111011011110001111110111101101011110 | 8ede3f7d8ede3f7b5e |
UTF-8 | ゙}゙{^ | 111011111011111010011110111011101000100110011111011111011110111110111110100111101110111010001001100111110111101101011110 | efbe9eee899f7defbe9eee899f7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)