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 | 寒舒 | 10001010101001101001100010101110 | 8aa698ae |
EUC-JP | 寒舒 | 10110100101010001101000010110000 | b4a8d0b0 |
UTF-8 | 寒舒 | 111001011010111110010010111010001000100010010010 | e5af92e88892 |
UHC | 寒舒 | 11111001110011101110000010100010 | f9cee0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)