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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 箏W | 1110001010110101111100101110001101010111 | e2b5f2e357 |
EUC-JP | 箏?W | 11100100101101110011111101010111 | e4b73f57 |
UTF-8 | 箏W | 11100111101011101000111111101110100010001001101001010111 | e7ae8fee889a57 |
UHC | 箏?W | 11101110101101000011111101010111 | eeb43f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)