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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 毓?毓?^ | 10011111011110010011111110011111011110010011111101011110 | 9f793f9f793f5e |
EUC-JP | 毓?毓?^ | 11011101110110100011111111011101110110100011111101011110 | ddda3fddda3f5e |
UTF-8 | 毓꿃毓꿃^ | 11100110101011111001001111101010101111111000001111100110101011111001001111101010101111111000001101011110 | e6af93eabf83e6af93eabf835e |
UHC | 毓꿃毓꿃^ | 111010111011111010000101010001001110101110111110100001010100010001011110 | ebbe8544ebbe85445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)