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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蠅結シ^ | 11100101101000101000110010001011100000110101011001011110 | e5a28c8b83565e |
EUC-JP | 蠅結シ^ | 11101010101001001011011111101011101001011011011101011110 | eaa4b7eba5b75e |
UTF-8 | 蠅結シ^ | 11101000101000001000010111100111101101011001000011100011100000101011011101011110 | e8a085e7b590e382b75e |
UHC | 蠅結シ^ | 11100011101100101100110010111111101010111011011101011110 | e3b2ccbfabb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)