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 | 鬩・蝓滓オ僞 | 11101001101010011010010111100101100111111001111111100110101101011001100101000101 | e9a9a5e59f9fe6b59945 |
EUC-JP | 鬩・蝓滓オ僞 | 111100101010101110001110101001011110101010100001110111101110100010001110101101011101000110100110 | f2ab8ea5eaa1dee88eb5d1a6 |
UTF-8 | 鬩・蝓滓オ僞 | 111010011010110010101001111011111011110110100101111010001001110110010011111001101011101110010011111011111011110110110101111001011000001110011110 | e9aca9efbda5e89d93e6bb93efbdb5e5839e |
UHC | ???滓?僞 | 0011111100111111001111111110111010101011001111111110101011001010 | 3f3f3feeab3feaca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)