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 | 鳴鰮 | 10010110110000101110100111011001 | 96c2e9d9 |
EUC-JP | 鳴鰮 | 11001100110001001111001011011011 | ccc4f2db |
UTF-8 | 鳴鰮 | 111010011011001110110100111010011011000010101110 | e9b3b4e9b0ae |
UHC | 鳴? | 110110011011000000111111 | d9b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)