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 | 阮曾 | 11101000100101101001000101011100 | e896915c |
EUC-JP | 阮曾 | 11101111111101101100000110111101 | eff6c1bd |
UTF-8 | 阮曾 | 111010011001100010101110111001101001101110111110 | e998aee69bbe |
UHC | 阮曾 | 11101000110101101111000111110100 | e8d6f1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)