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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???徇??^ | 0011111100111111001111111001110001101101001111110011111101011110 | 3f3f3f9c6d3f3f5e |
EUC-JP | ???徇??^ | 0011111100111111001111111101011111001110001111110011111101011110 | 3f3f3fd7ce3f3f5e |
UTF-8 | 樂뀀옉徇섎젶^ | 11101111101001101011111111101011100000001000000011101100100110001000100111100101101111101000011111101100100001001000111011101100101000001011011001011110 | efa6bfeb8080ec9889e5be87ec848eeca0b65e |
UHC | 樂뀀옉徇섎젶^ | 11101000111110011011001011101011100111101001000111100010110111111001100011101011101000001010101001011110 | e8f9b2eb9e91e2df98eba0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)