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 | 鬩慕坩蒟 | 1110100110101001100101011110011110011010101011101110010011100101 | e9a995e79aaee4e5 |
EUC-JP | 鬩慕坩蒟 | 1111001010101011110010101110100111010100101100001110100011100111 | f2abcae9d4b0e8e7 |
UTF-8 | 鬩慕坩蒟 | 111010011010110010101001111001101000010110010101111001011001110110101001111010001001001010011111 | e9aca9e68595e59da9e8929f |
UHC | ?慕?? | 0011111111011001101101110011111100111111 | 3fd9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)