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 | 尞螂}尞螂{^ | 1111101010101011111001011010010101111101111110101010101111100101101001010111101101011110 | faabe5a57dfaabe5a57b5e |
EUC-JP | 尞螂}尞螂{^ | 10001111101110101110101111101010101001110111110110001111101110101110101111101010101001110111101101011110 | 8fbaebeaa77d8fbaebeaa77b5e |
UTF-8 | 尞螂}尞螂{^ | 111001011011000010011110111010001001111010000010011111011110010110110000100111101110100010011110100000100111101101011110 | e5b09ee89e827de5b09ee89e827b5e |
UHC | ?螂}?螂{^ | 001111111101010111001100011111010011111111010101110011000111101101011110 | 3fd5cc7d3fd5cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)