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 | 尅褥尅褥^ | 100110111001000111100101111100011001101110010001111001011111000101011110 | 9b91e5f19b91e5f15e |
EUC-JP | 尅褥尅褥^ | 110101011111000111101010111100111101010111110001111010101111001101011110 | d5f1eaf3d5f1eaf35e |
UTF-8 | 尅褥尅褥^ | 11100101101100001000010111101000101001001010010111100101101100001000010111101000101001001010010101011110 | e5b085e8a4a5e5b085e8a4a55e |
UHC | ?褥?褥^ | 00111111111010011011001100111111111010011011001101011110 | 3fe9b33fe9b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)