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 | 羇拷 | 11100011101100101000110110001001 | e3b28d89 |
EUC-JP | 羇拷 | 11100110101101001011100111101001 | e6b4b9e9 |
UTF-8 | 羇拷 | 111001111011111010000111111001101000101110110111 | e7be87e68bb7 |
UHC | ?拷 | 001111111100110110111000 | 3fcdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)