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 | 遉佳 | 11100111101001001000100111000000 | e7a489c0 |
EUC-JP | 遉佳 | 11101110101001101011001011000010 | eea6b2c2 |
UTF-8 | 遉佳 | 111010011000000110001001111001001011110110110011 | e98189e4bdb3 |
UHC | ?佳 | 001111111100101010100010 | 3fcaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)