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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 姚?日妖^ | 1001101101001100001111111001001111111010100101110110010001011110 | 9b4c3f93fa97645e |
EUC-JP | 姚?日妖^ | 1101010110101101001111111100011011111100110011011100010101011110 | d5ad3fc6fccdc55e |
UTF-8 | 姚뤺日妖^ | 11100101101001111001101011101011101001001011101011100110100101111010010111100101101001101001011001011110 | e5a79aeba4bae697a5e5a6965e |
UHC | 姚뤺日妖^ | 111010001110111010001111111010001110110011101101111010001110110101011110 | e8ee8fe8ecede8ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)