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 | ?類 | 001111111001011111011110 | 3f97de |
EUC-JP | ?類 | 001111111100111011100000 | 3fcee0 |
UTF-8 | 吏類 | 111011111010011110011110111010011010000110011110 | efa79ee9a19e |
UHC | 吏類 | 11101100101001111101011110111110 | eca7d7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)