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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ??餓h | 0011111100111111100010011110110001101000 | 3f3f89ec68 |
EUC-JP | ??餓h | 0011111100111111101100101110111001101000 | 3f3fb2ee68 |
UTF-8 | 숣惡餓h | 11101100100010001010001111101111101001101011100111101001101001001001001101101000 | ec88a3efa6b9e9a49368 |
UHC | 숣惡餓h | 10011001111111101110011111110111111001001011101101101000 | 99fee7f7e4bb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)