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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 宜?] | 10001011010110000011111101011101 | 8b583f5d |
EUC-JP | 宜?] | 10110101101110010011111101011101 | b5b93f5d |
UTF-8 | 宜퇔] | 11100101101011101001110011101101100001111001010001011101 | e5ae9ced87945d |
UHC | 宜퇔] | 1110101111110001101110000100010101011101 | ebf1b8455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)