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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猴霎磋 | 111000001100101111101000101111101110000111110110 | e0cbe8bee1f6 |
EUC-JP | 猴霎磋 | 111000001100110111110000110000001110001011111000 | e0cdf0c0e2f8 |
UTF-8 | 猴霎磋 | 111001111000110010110100111010011001110010001110111001111010001110001011 | e78cb4e99c8ee7a38b |
UHC | ??磋 | 00111111001111111111001110101111 | 3f3ff3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)