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 | ÞÒÞ×IB | 110111101101001011011110110101110100100101000010 | ded2ded74942 |
SJIS-WIN | ???×IB | 00111111001111110011111110000001011111100100100101000010 | 3f3f3f817e4942 |
EUC-JP | ÞÒÞ×IB | 10001111101010011011000010001111101010101101001010001111101010011011000010100001110111110100100101000010 | 8fa9b08faad28fa9b0a1df4942 |
UTF-8 | ÞÒÞ×IB | 11000011100111101100001110010010110000111001111011000011100101110100100101000010 | c39ec392c39ec3974942 |
UHC | Þ?Þ×IB | 101010001010110100111111101010001010110110100001101111110100100101000010 | a8ad3fa8ada1bf4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)