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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 績救\ | 1001000011010001100010110111111001011100 | 90d18b7e5c |
EUC-JP | 績救\ | 1100000011010011101101011101111101011100 | c0d3b5df5c |
UTF-8 | 績救\ | 11100111101110001011111011100110100101011001000101011100 | e7b8bee695915c |
UHC | 績救\ | 1110111011100000110011111010110101011100 | eee0cfad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)