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 | 顏漂 | 11101000111110001001010101011001 | e8f89559 |
EUC-JP | 顏漂 | 11110000111110101100100110111010 | f0fac9ba |
UTF-8 | 顏漂 | 111010011010000110001111111001101011110010000010 | e9a18fe6bc82 |
UHC | ?漂 | 001111111111100011110111 | 3ff8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)