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 | 琮潘 | 11111011011010101110000001001110 | fb6ae04e |
EUC-JP | 琮潘 | 1000111111001100101100101101111110101111 | 8fccb2dfaf |
UTF-8 | 琮潘 | 111001111001000010101110111001101011110110011000 | e790aee6bd98 |
UHC | 琮潘 | 11110000111110011101101011101011 | f0f9daeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)