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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | 彛?}彛?{^ | 1000111110111100111110100011111101111101100011111011110011111010001111110111101101011110 | 8fbcfa3f7d8fbcfa3f7b5e |
UTF-8 | 彛렎}彛렎{^ | 111001011011110110011011111010111010000010001110011111011110010110111101100110111110101110100000100011100111101101011110 | e5bd9beba08e7de5bd9beba08e7b5e |
UHC | 彛렎}彛렎{^ | 1110110010101101100011101010010001111101111011001010110110001110101001000111101101011110 | ecad8ea47decad8ea47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)