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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | ?淞[}?淞[{^ | 0011111110011111110000100101101101111101001111111001111111000010010110110111101101011110 | 3f9fc25b7d3f9fc25b7b5e |
EUC-JP | ?淞[}?淞[{^ | 0011111111011110110001000101101101111101001111111101111011000100010110110111101101011110 | 3fdec45b7d3fdec45b7b5e |
UTF-8 | 卨淞[}卨淞[{^ | 1110010110001101101010001110011010110111100111100101101101111101111001011000110110101000111001101011011110011110010110110111101101011110 | e58da8e6b79e5b7de58da8e6b79e5b7b5e |
UHC | 卨淞[}卨淞[{^ | 11100000110110011110000111100111010110110111110111100000110110011110000111100111010110110111101101011110 | e0d9e1e75b7de0d9e1e75b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)