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 | 諍? | 111001100111100100111111 | e6793f |
EUC-JP | 諍鷗 | 1110101111011010100011111110110010111111 | ebda8fecbf |
UTF-8 | 諍鷗 | 111010001010101110001101111010011011011110010111 | e8ab8de9b797 |
UHC | 諍鷗 | 11101110101101011100111111001110 | eeb5cfce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)