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 | 儀? | 100010110101011000111111 | 8b563f |
EUC-JP | 儀? | 101101011011011100111111 | b5b73f |
UTF-8 | 儀쒍 | 111001011000010010000000111011001001001010001101 | e58480ec928d |
UHC | 儀쒍 | 11101011111100001001110011100100 | ebf09ce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)