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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鬣攻}鬣攻{^ | 1110100110100101100011010101010101111101111010011010010110001101010101010111101101011110 | e9a58d557de9a58d557b5e |
EUC-JP | 鬣攻}鬣攻{^ | 1111001010100111101110011011011001111101111100101010011110111001101101100111101101011110 | f2a7b9b67df2a7b9b67b5e |
UTF-8 | 鬣攻}鬣攻{^ | 111010011010110010100011111001101001010010111011011111011110100110101100101000111110011010010100101110110111101101011110 | e9aca3e694bb7de9aca3e694bb7b5e |
UHC | ?攻}?攻{^ | 001111111100110111110100011111010011111111001101111101000111101101011110 | 3fcdf47d3fcdf47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)