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 | 尋泳 | 10010000011100011000100101101010 | 9071896a |
EUC-JP | 尋泳 | 10111111110100101011000111001011 | bfd2b1cb |
UTF-8 | 尋泳 | 111001011011000010001011111001101011001110110011 | e5b08be6b3b3 |
UHC | 尋泳 | 11100011111111001110011110110110 | e3fce7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)