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 | 驥寂諜 | 111010011000011110001110111000101001001010110011 | e9878ee292b3 |
EUC-JP | 驥寂諜 | 111100011110011110111100111001001100010010110101 | f1e7bce4c4b5 |
UTF-8 | 驥寂諜 | 111010011010100110100101111001011010111110000010111010001010101110011100 | e9a9a5e5af82e8ab9c |
UHC | 驥寂諜 | 110100011100101011101110110101101111010011100011 | d1caeed6f4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)