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 | 駭?[}駭?[{^ | 1110100101101110001111110101101101111101111010010110111000111111010110110111101101011110 | e96e3f5b7de96e3f5b7b5e |
EUC-JP | 駭?[}駭?[{^ | 1111000111001111001111110101101101111101111100011100111100111111010110110111101101011110 | f1cf3f5b7df1cf3f5b7b5e |
UTF-8 | 駭찫[}駭찫[{^ | 1110100110100111101011011110110010110000101010110101101101111101111010011010011110101101111011001011000010101011010110110111101101011110 | e9a7adecb0ab5b7de9a7adecb0ab5b7b5e |
UHC | 駭찫[}駭찫[{^ | 11111010101101001010101001000100010110110111110111111010101101001010101001000100010110110111101101011110 | fab4aa445b7dfab4aa445b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)