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 | 毓묊큷毓묊큷^ | 11100110101011111001001111101011101011001000101011101101100000011011011111100110101011111001001111101011101011001000101011101101100000011011011101011110 | e6af93ebac8aed81b7e6af93ebac8aed81b75e |
UHC | 毓묊큷毓묊큷^ | 11101011101111101001000111100111101101001000011011101011101111101001000111100111101101001000011001011110 | ebbe91e7b486ebbe91e7b4865e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)