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 | 蜿泌諸蝠曖 | 11100101100011111001010011100101100011111001010011100101100101011001111001000010 | e58f94e58f94e5959e42 |
EUC-JP | 蜿泌諸蝠曖 | 11101001111011111100100011100111101111011111010011101001111101011101101110100011 | e9efc8e7bdf4e9f5dba3 |
UTF-8 | 蜿泌諸蝠曖 | 111010001001110010111111111001101011001110001100111010001010101110111000111010001001110110100000111001101001101110010110 | e89cbfe6b38ce8abb8e89da0e69b96 |
UHC | ?泌諸?曖 | 0011111111111001101100101111000010110011001111111110010011110010 | 3ff9b2f0b33fe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)