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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 螟壽純^ | 11100101101001001001101011100110100011111000001101011110 | e5a49ae68f835e |
EUC-JP | 螟壽純^ | 11101010101001101101010011101000101111011110001101011110 | eaa6d4e8bde35e |
UTF-8 | 螟壽純^ | 11101000100111101001111111100101101000111011110111100111101101001001010001011110 | e89e9fe5a3bde7b4945e |
UHC | 螟壽純^ | 11011001101011011110000111111000111000101110110101011110 | d9ade1f8e2ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)