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 | 茱衢 | 11100100101000111110010111001011 | e4a3e5cb |
EUC-JP | 茱衢 | 11101000101001011110101011001101 | e8a5eacd |
UTF-8 | 茱衢 | 111010001000110010110001111010001010000110100010 | e88cb1e8a1a2 |
UHC | 茱衢 | 11100010101111001100111111000011 | e2bccfc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)