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 | ??ek | 00111111001111110110010101101011 | 3f3f656b |
SJIS-WIN | 寥?ek | 1001101110001100001111110110010101101011 | 9b8c3f656b |
EUC-JP | 寥?ek | 1101010111101100001111110110010101101011 | d5ec3f656b |
UTF-8 | 寥렔ek | 1110010110101111101001011110101110100000100101000110010101101011 | e5afa5eba094656b |
UHC | 寥렔ek | 111010001110111110001110101010010110010101101011 | e8ef8ea9656b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)