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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 獰?獰?B | 11100000110101100011111111100000110101100011111101000010 | e0d63fe0d63f42 |
EUC-JP | 獰?獰?B | 11100000110110000011111111100000110110000011111101000010 | e0d83fe0d83f42 |
UTF-8 | 獰엦獰엦B | 11100111100011011011000011101100100101111010011011100111100011011011000011101100100101111010011001000010 | e78db0ec97a6e78db0ec97a642 |
UHC | 獰엦獰엦B | 111001111011111010011110011110011110011110111110100111100111100101000010 | e7be9e79e7be9e7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)