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 | 籏嶮 | 11100010110101111001101111010011 | e2d79bd3 |
EUC-JP | 籏嶮 | 11100100110110011101011011010101 | e4d9d6d5 |
UTF-8 | 籏嶮 | 111001111011000110001111111001011011011010101110 | e7b18fe5b6ae |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)