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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔕亥イ絨 | 11100100111101101000100011100101101100101110001101001111 | e4f688e5b2e34f |
EUC-JP | 蔕亥イ絨 | 1110100011111000101100001110011110001110101100101110010110110000 | e8f8b0e78eb2e5b0 |
UTF-8 | 蔕亥イ絨 | 111010001001010010010101111001001011101010100101111011111011110110110010111001111011010110101000 | e89495e4baa5efbdb2e7b5a8 |
UHC | ?亥?絨 | 001111111111101010100100001111111110101111010110 | 3ffaa43febd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)