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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ???徇??h | 0011111100111111001111111001110001101101001111110011111101101000 | 3f3f3f9c6d3f3f68 |
EUC-JP | ???徇??h | 0011111100111111001111111101011111001110001111110011111101101000 | 3f3f3fd7ce3f3f68 |
UTF-8 | 樂뀀옉徇묐젩h | 11101111101001101011111111101011100000001000000011101100100110001000100111100101101111101000011111101011101011001001000011101100101000001010100101101000 | efa6bfeb8080ec9889e5be87ebac90eca0a968 |
UHC | 樂뀀옉徇묐젩h | 11101000111110011011001011101011100111101001000111100010110111111001000111101011101000001010000101101000 | e8f9b2eb9e91e2df91eba0a168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)