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 | 蠇晢ス、魄 | 1111101110100001100111011110111110111101101001001110100110101110 | fba19defbda4e9ae |
EUC-JP | ?晢ス、魄 | 001111111101101011110001100011101011110110001110101001001111001010110000 | 3fdaf18ebd8ea4f2b0 |
UTF-8 | 蠇晢ス、魄 | 111010001010000010000111111001101001100110100010111011111011110110111101111011111011110110100100111010011010110110000100 | e8a087e699a2efbdbdefbda4e9ad84 |
UHC | ????魄 | 001111110011111100111111001111111101101111011110 | 3f3f3f3fdbde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)