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 | 毓??毓??^ | 100111110111100100111111001111111001111101111001001111110011111101011110 | 9f793f3f9f793f3f5e |
EUC-JP | 毓??毓??^ | 110111011101101000111111001111111101110111011010001111110011111101011110 | ddda3f3fddda3f3f5e |
UTF-8 | 毓묉찄毓묉찄^ | 11100110101011111001001111101011101011001000100111101100101100001000010011100110101011111001001111101011101011001000100111101100101100001000010001011110 | e6af93ebac89ecb084e6af93ebac89ecb0845e |
UHC | 毓묉찄毓묉찄^ | 11101011101111101001000111100110101010011000100011101011101111101001000111100110101010011000100001011110 | ebbe91e6a988ebbe91e6a9885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)