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 | 皰緞[}皰緞[{^ | 11100001101011001110001101101010010110110111110111100001101011001110001101101010010110110111101101011110 | e1ace36a5b7de1ace36a5b7b5e |
EUC-JP | 皰緞[}皰緞[{^ | 11100010101011101110010111001011010110110111110111100010101011101110010111001011010110110111101101011110 | e2aee5cb5b7de2aee5cb5b7b5e |
UTF-8 | 皰緞[}皰緞[{^ | 1110011110011010101100001110011110110111100111100101101101111101111001111001101010110000111001111011011110011110010110110111101101011110 | e79ab0e7b79e5b7de79ab0e7b79e5b7b5e |
UHC | ?緞[}?緞[{^ | 0011111111010011101100000101101101111101001111111101001110110000010110110111101101011110 | 3fd3b05b7d3fd3b05b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)