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 | 莪х | 11100100101011101000010010000111 | e4ae8487 |
EUC-JP | 莪х | 11101000101100001010011111100111 | e8b0a7e7 |
UTF-8 | 莪х | 1110100010001110101010101101000110000101 | e88eaad185 |
UHC | 莪х | 11100100101101011010110011100111 | e4b5ace7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)