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 | 巍憂 | 10011011110110011001011101001010 | 9bd9974a |
EUC-JP | 巍憂 | 11010110110110111100110110101011 | d6dbcdab |
UTF-8 | 巍憂 | 111001011011011110001101111001101000011010000010 | e5b78de68682 |
UHC | 巍憂 | 11101000111001001110100111011000 | e8e4e9d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)