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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 藺D藺D^ | 11100101011000010100010011100101011000010100010001011110 | e56144e561445e |
EUC-JP | 藺D藺D^ | 11101001110000100100010011101001110000100100010001011110 | e9c244e9c2445e |
UTF-8 | 藺D藺D^ | 111010001001011110111010010001001110100010010111101110100100010001011110 | e897ba44e897ba445e |
UHC | 藺D藺D^ | 11010111111101000100010011010111111101000100010001011110 | d7f444d7f4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)