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 | 瘡砒 | 11100001100011001110000111100101 | e18ce1e5 |
EUC-JP | 瘡砒 | 11100001111011001110001011100111 | e1ece2e7 |
UTF-8 | 瘡砒 | 111001111001100010100001111001111010000010010010 | e798a1e7a092 |
UHC | 瘡砒 | 11110011111010101101110111110111 | f3eaddf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)