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 | 螟廢 | 11100101101001001001110001000101 | e5a49c45 |
EUC-JP | 螟廢 | 11101010101001101101011110100110 | eaa6d7a6 |
UTF-8 | 螟廢 | 111010001001111010011111111001011011101110100010 | e89e9fe5bba2 |
UHC | 螟廢 | 11011001101011011111100011001000 | d9adf8c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)