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 | 縡擔 | 11100011011100011001110101011110 | e3719d5e |
EUC-JP | 縡擔 | 11100101110100101101100110111111 | e5d2d9bf |
UTF-8 | 縡擔 | 111001111011100010100001111001101001001110010100 | e7b8a1e69394 |
UHC | 縡擔 | 11101110101011011101001110111101 | eeadd3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)