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 | ?冢}?冢{^ | 001111111001100101101110011111010011111110011001011011100111101101011110 | 3f996e7d3f996e7b5e |
EUC-JP | 彛冢}彛冢{^ | 10001111101111001111101011010001110011110111110110001111101111001111101011010001110011110111101101011110 | 8fbcfad1cf7d8fbcfad1cf7b5e |
UTF-8 | 彛冢}彛冢{^ | 111001011011110110011011111001011000011010100010011111011110010110111101100110111110010110000110101000100111101101011110 | e5bd9be586a27de5bd9be586a27b5e |
UHC | 彛?}彛?{^ | 111011001010110100111111011111011110110010101101001111110111101101011110 | ecad3f7decad3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)