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 | 薰コ[}薰コ[{^ | 1111101110011110101110100101101101111101111110111001111010111010010110110111101101011110 | fb9eba5b7dfb9eba5b7b5e |
EUC-JP | ?コ[}?コ[{^ | 0011111110001110101110100101101101111101001111111000111010111010010110110111101101011110 | 3f8eba5b7d3f8eba5b7b5e |
UTF-8 | 薰コ[}薰コ[{^ | 1110100010010110101100001110111110111101101110100101101101111101111010001001011010110000111011111011110110111010010110110111101101011110 | e896b0efbdba5b7de896b0efbdba5b7b5e |
UHC | 薰?[}薰?[{^ | 1111110110111001001111110101101101111101111111011011100100111111010110110111101101011110 | fdb93f5b7dfdb93f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)