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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 魍亥・ェ蟆械 | 11101001101100011000100011100101101001011010101011100101101100001000101001000010 | e9b188e5a5aae5b08a42 |
EUC-JP | 魍亥・ェ蟆械 | 111100101011001110110000111001111000111010100101100011101010101011101010101100101011001110100011 | f2b3b0e78ea58eaaeab2b3a3 |
UTF-8 | 魍亥・ェ蟆械 | 111010011010110110001101111001001011101010100101111011111011110110100101111011111011110110101010111010001001111110000110111001101010001010110000 | e9ad8de4baa5efbda5efbdaae89f86e6a2b0 |
UHC | ?亥???械 | 0011111111111010101001000011111100111111001111111100110011111110 | 3ffaa43f3f3fccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)