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 | 薨睦}薨睦{^ | 1110010101001001100101100111001001111101111001010100100110010110011100100111101101011110 | e54996727de54996727b5e |
EUC-JP | 薨睦}薨睦{^ | 1110100110101010110010111101001101111101111010011010101011001011110100110111101101011110 | e9aacbd37de9aacbd37b5e |
UTF-8 | 薨睦}薨睦{^ | 111010001001011010101000111001111001110110100110011111011110100010010110101010001110011110011101101001100111101101011110 | e896a8e79da67de896a8e79da67b5e |
UHC | 薨睦}薨睦{^ | 1111110110111100110110011100111001111101111111011011110011011001110011100111101101011110 | fdbcd9ce7dfdbcd9ce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)