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 | 辷杭 | 11100111100010001000110101011001 | e7888d59 |
EUC-JP | 辷杭 | 11101101111010001011100110111010 | ede8b9ba |
UTF-8 | 辷杭 | 111010001011111010110111111001101001110110101101 | e8beb7e69dad |
UHC | ?杭 | 001111111111100111111000 | 3ff9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)