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^ | 10010100101001100100010010010100101001100100010001011110 | 94a64494a6445e |
EUC-JP | 幡D幡D^ | 11001000101010000100010011001000101010000100010001011110 | c8a844c8a8445e |
UTF-8 | 幡D幡D^ | 111001011011100110100001010001001110010110111001101000010100010001011110 | e5b9a144e5b9a1445e |
UHC | 幡D幡D^ | 11011011110111110100010011011011110111110100010001011110 | dbdf44dbdf445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)