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 | ÞÒÞ×E^ | 110111101101001011011110110101110100010101011110 | ded2ded7455e |
SJIS-WIN | ???×E^ | 00111111001111110011111110000001011111100100010101011110 | 3f3f3f817e455e |
EUC-JP | ÞÒÞ×E^ | 10001111101010011011000010001111101010101101001010001111101010011011000010100001110111110100010101011110 | 8fa9b08faad28fa9b0a1df455e |
UTF-8 | ÞÒÞ×E^ | 11000011100111101100001110010010110000111001111011000011100101110100010101011110 | c39ec392c39ec397455e |
UHC | Þ?Þ×E^ | 101010001010110100111111101010001010110110100001101111110100010101011110 | a8ad3fa8ada1bf455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)