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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | シ餃n}シ餃n{^ | 1011110011101001010011000110111001111101101111001110100101001100011011100111101101011110 | bce94c6e7dbce94c6e7b5e |
EUC-JP | シ餃n}シ餃n{^ | 10001110101111001111000110101101011011100111110110001110101111001111000110101101011011100111101101011110 | 8ebcf1ad6e7d8ebcf1ad6e7b5e |
UTF-8 | シ餃n}シ餃n{^ | 1110111110111101101111001110100110100100100000110110111001111101111011111011110110111100111010011010010010000011011011100111101101011110 | efbdbce9a4836e7defbdbce9a4836e7b5e |
UHC | ?餃n}?餃n{^ | 0011111111001110111101010110111001111101001111111100111011110101011011100111101101011110 | 3fcef56e7d3fcef56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)