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 | 轢賂 | 11100111100000001001100001000111 | e7809847 |
EUC-JP | 轢賂 | 11101101111000001100111110101000 | ede0cfa8 |
UTF-8 | 轢賂 | 111010001011110110100010111010001011001110000010 | e8bda2e8b382 |
UHC | 轢賂 | 11010101111110011101011011110001 | d5f9d6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)