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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 茘器宗@h | 1110010010101011100010101110110110001111010000000100000001101000 | e4ab8aed8f404068 |
EUC-JP | 茘器宗@h | 1110100010101101101101001110111110111101101000010100000001101000 | e8adb4efbda14068 |
UTF-8 | 茘器宗@h | 1110100010001100100110001110010110011001101010001110010110101110100101110100000001101000 | e88c98e599a8e5ae974068 |
UHC | ?器宗@h | 00111111110100001110111111110000111100110100000001101000 | 3fd0eff0f34068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)