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 | 虞濬 | 10001011111100011110000001011100 | 8bf1e05c |
EUC-JP | 虞濬 | 10110110111100111101111110111101 | b6f3dfbd |
UTF-8 | 虞濬 | 111010001001100110011110111001101011111110101100 | e8999ee6bfac |
UHC | 虞濬 | 11101001111001011111000111011111 | e9e5f1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)