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 | 莊主 | 11100100101101011000111011100101 | e4b58ee5 |
EUC-JP | 莊主 | 11101000101101111011110011100111 | e8b7bce7 |
UTF-8 | 莊主 | 111010001000111010001010111001001011100010111011 | e88e8ae4b8bb |
UHC | 莊主 | 11101101111101101111000110101011 | edf6f1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)