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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 毓??^ | 1001111101111001001111110011111101011110 | 9f793f3f5e |
EUC-JP | 毓??^ | 1101110111011010001111110011111101011110 | ddda3f3f5e |
UTF-8 | 毓묒꼵^ | 11100110101011111001001111101011101011001001001011101010101111001011010101011110 | e6af93ebac92eabcb55e |
UHC | 毓묒꼵^ | 11101011101111101001000111101100100001001000110101011110 | ebbe91ec848d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)