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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 慫???瑤 | 10011100110011110011111100111111001111111110101010100010 | 9ccf3f3f3feaa2 |
EUC-JP | 慫???瑤 | 11011000110100010011111100111111001111111111010010100100 | d8d13f3f3ff4a4 |
UTF-8 | 慫렮欌렔瑤 | 111001101000010110101011111010111010000010101110111001101010110010001100111010111010000010010100111001111001000110100100 | e685abeba0aee6ac8ceba094e791a4 |
UHC | 慫렮欌렔瑤 | 11110000111101101000111010111011111011011110101110001110101010011110100011111101 | f0f68ebbedeb8ea9e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)