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 | 隣療 | 10010111110101111001011111000011 | 97d797c3 |
EUC-JP | 隣療 | 11001110110110011100111011000101 | ced9cec5 |
UTF-8 | 隣療 | 111010011001101010100011111001111001100110000010 | e99aa3e79982 |
UHC | 隣療 | 11010111111101101101011011111011 | d7f6d6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)