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 | ??Wm | 00111111001111110101011101101101 | 3f3f576d |
SJIS-WIN | 豢ゥWm | 1110011010110100101010010101011101101101 | e6b4a9576d |
EUC-JP | 豢ゥWm | 111011001011011010001110101010010101011101101101 | ecb68ea9576d |
UTF-8 | 豢ゥWm | 1110100010110001101000101110111110111101101010010101011101101101 | e8b1a2efbda9576d |
UHC | ??Wm | 00111111001111110101011101101101 | 3f3f576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)