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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 魏褐??? | 11101001101100001000101010001100001111110011111100111111 | e9b08a8c3f3f3f |
EUC-JP | 魏褐?®? | 111100101011001010110011111011000011111110001111101000101110111000111111 | f2b2b3ec3f8fa2ee3f |
UTF-8 | 魏褐렰®렪 | 1110100110101101100011111110100010100100100100001110101110100000101100001100001010101110111010111010000010101010 | e9ad8fe8a490eba0b0c2aeeba0aa |
UHC | 魏褐렰®렪 | 11101010111000001100101011101000100011101011110110100010111001111000111010111000 | eae0cae88ebda2e78eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)