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 | 鞫枝鞫施^ | 111001101001000110001110011111011110011010010001100011100111101101011110 | e6918e7de6918e7b5e |
EUC-JP | 鞫枝鞫施^ | 111010111111000110111011110111101110101111110001101110111101110001011110 | ebf1bbdeebf1bbdc5e |
UTF-8 | 鞫枝鞫施^ | 11101001100111101010101111100110100111101001110111101001100111101010101111100110100101101011110101011110 | e99eabe69e9de99eabe696bd5e |
UHC | 鞫枝鞫施^ | 110011111101010011110010101010111100111111010100111000111011111101011110 | cfd4f2abcfd4e3bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)