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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 瘟久 | 11100001100010011000101101110110 | e1898b76 |
EUC-JP | 瘟久 | 11100001111010011011010111010111 | e1e9b5d7 |
UTF-8 | 瘟久 | 111001111001100010011111111001001011100110000101 | e7989fe4b985 |
UHC | 瘟久 | 11101000101100001100111011111001 | e8b0cef9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)