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 | 跣蔕[}跣蔕[{^ | 11100110111011111110010011110110010110110111110111100110111011111110010011110110010110110111101101011110 | e6efe4f65b7de6efe4f65b7b5e |
EUC-JP | 跣蔕[}跣蔕[{^ | 11101100111100011110100011111000010110110111110111101100111100011110100011111000010110110111101101011110 | ecf1e8f85b7decf1e8f85b7b5e |
UTF-8 | 跣蔕[}跣蔕[{^ | 1110100010110111101000111110100010010100100101010101101101111101111010001011011110100011111010001001010010010101010110110111101101011110 | e8b7a3e894955b7de8b7a3e894955b7b5e |
UHC | 跣?[}跣?[{^ | 1110000011010011001111110101101101111101111000001101001100111111010110110111101101011110 | e0d33f5b7de0d33f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)