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 | 逶鳳 | 11100111100110111001011001010000 | e79b9650 |
EUC-JP | 逶鳳 | 11101101111110111100101110110001 | edfbcbb1 |
UTF-8 | 逶鳳 | 111010011000000010110110111010011011001110110011 | e980b6e9b3b3 |
UHC | ?鳳 | 001111111101110011110011 | 3fdcf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)