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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬱警?盟? | 1001111101010100100011000111100000111111100101101011111100111111 | 9f548c783f96bf3f |
EUC-JP | 鬱警?盟? | 1101110110110101101101111101100100111111110011001100000100111111 | ddb5b7d93fccc13f |
UTF-8 | 鬱警렭盟뱐 | 111010011010110010110001111010001010110110100110111010111010000010101101111001111001101110011111111010111011000110010000 | e9acb1e8ada6eba0ade79b9febb190 |
UHC | 鬱警렭盟뱐 | 11101010101001101100110011101101100011101011101011011000111011111011100111110100 | eaa6cced8ebad8efb9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)