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 | 蔗種州^ | 11100100111100101000111011101101100011110100001001011110 | e4f28eed8f425e |
EUC-JP | 蔗種州^ | 11101000111101001011110011101111101111011010001101011110 | e8f4bcefbda35e |
UTF-8 | 蔗種州^ | 11101000100101001001011111100111101010001010111011100101101101111001111001011110 | e89497e7a8aee5b79e5e |
UHC | 蔗種州^ | 11101101101111011111000011111010111100011011011001011110 | edbdf0faf1b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)