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 | 鵝??疫??^ | 111010100100000000111111001111111000100101110101001111110011111101011110 | ea403f3f89753f3f5e |
EUC-JP | 鵝??疫??^ | 111100111010000100111111001111111011000111010110001111110011111101011110 | f3a13f3fb1d63f3f5e |
UTF-8 | 鵝롫젺疫욌젌^ | 11101001101101011001110111101011101000011010101111101100101000001011101011100111100101101010101111101100100110101000110011101100101000001000110001011110 | e9b59deba1abeca0bae796abec9a8ceca08c5e |
UHC | 鵝롫젺疫욌젌^ | 11100100101111011000111011101011101000001010110111100110101110011001111011101011101000001000110101011110 | e4bd8eeba0ade6b99eeba08d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)