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 | 酷執?^ | 100011011001001110001110101101110011111101011110 | 8d938eb73f5e |
EUC-JP | 酷執?^ | 101110011111001110111100101110010011111101011110 | b9f3bcb93f5e |
UTF-8 | 酷執卨^ | 11101001100001011011011111100101100111111011011111100101100011011010100001011110 | e985b7e59fb7e58da85e |
UHC | 酷執卨^ | 11111011111001011111001011111011111000001101100101011110 | fbe5f2fbe0d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)