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 | 蔡蔕[}蔡蔕[{^ | 11100100111011111110010011110110010110110111110111100100111011111110010011110110010110110111101101011110 | e4efe4f65b7de4efe4f65b7b5e |
EUC-JP | 蔡蔕[}蔡蔕[{^ | 11101000111100011110100011111000010110110111110111101000111100011110100011111000010110110111101101011110 | e8f1e8f85b7de8f1e8f85b7b5e |
UTF-8 | 蔡蔕[}蔡蔕[{^ | 1110100010010100101000011110100010010100100101010101101101111101111010001001010010100001111010001001010010010101010110110111101101011110 | e894a1e894955b7de894a1e894955b7b5e |
UHC | 蔡?[}蔡?[{^ | 1111001111111001001111110101101101111101111100111111100100111111010110110111101101011110 | f3f93f5b7df3f93f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)