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 | ?楮?^ | 0011111110011110101110000011111101011110 | 3f9eb83f5e |
EUC-JP | ?楮?^ | 0011111111011100101110100011111101011110 | 3fdcba3f5e |
UTF-8 | 렟楮롚^ | 11101011101000001001111111100110101001011010111011101011101000011001101001011110 | eba09fe6a5aeeba19a5e |
UHC | 렟楮롚^ | 10001110101100001110111010111111100011101101111001011110 | 8eb0eebf8ede5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)