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 | 鍵虞}鍵虞{^ | 1000110010101110100010111111000101111101100011001010111010001011111100010111101101011110 | 8cae8bf17d8cae8bf17b5e |
EUC-JP | 鍵虞}鍵虞{^ | 1011100010110000101101101111001101111101101110001011000010110110111100110111101101011110 | b8b0b6f37db8b0b6f37b5e |
UTF-8 | 鍵虞}鍵虞{^ | 111010011000110110110101111010001001100110011110011111011110100110001101101101011110100010011001100111100111101101011110 | e98db5e8999e7de98db5e8999e7b5e |
UHC | 鍵虞}鍵虞{^ | 1100101111110101111010011110010101111101110010111111010111101001111001010111101101011110 | cbf5e9e57dcbf5e9e57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)