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 | ÞÒÞ×GB | 110111101101001011011110110101110100011101000010 | ded2ded74742 |
SJIS-WIN | ???×GB | 00111111001111110011111110000001011111100100011101000010 | 3f3f3f817e4742 |
EUC-JP | ÞÒÞ×GB | 10001111101010011011000010001111101010101101001010001111101010011011000010100001110111110100011101000010 | 8fa9b08faad28fa9b0a1df4742 |
UTF-8 | ÞÒÞ×GB | 11000011100111101100001110010010110000111001111011000011100101110100011101000010 | c39ec392c39ec3974742 |
UHC | Þ?Þ×GB | 101010001010110100111111101010001010110110100001101111110100011101000010 | a8ad3fa8ada1bf4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)