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 | 閻コ轢 | 1110100010000101101110101110011110000000 | e885bae780 |
EUC-JP | 閻コ轢 | 111011111110010110001110101110101110110111100000 | efe58ebaede0 |
UTF-8 | 閻コ轢 | 111010011001011010111011111011111011110110111010111010001011110110100010 | e996bbefbdbae8bda2 |
UHC | 閻?轢 | 1110011110100010001111111101010111111001 | e7a23fd5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)