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 | 糯鼠 | 11100010111101111001000101101100 | e2f7916c |
EUC-JP | 糯鼠 | 11100100111110011100000111001101 | e4f9c1cd |
UTF-8 | 糯鼠 | 111001111011001110101111111010011011110010100000 | e7b3afe9bca0 |
UHC | ?鼠 | 001111111110000010101001 | 3fe0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)