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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 滬蚌滬蚌B | 100111111111010011100101011100101001111111110100111001010111001001000010 | 9ff4e5729ff4e57242 |
EUC-JP | 滬蚌滬蚌B | 110111101111011011101001110100111101111011110110111010011101001101000010 | def6e9d3def6e9d342 |
UTF-8 | 滬蚌滬蚌B | 11100110101110111010110011101000100110101000110011100110101110111010110011101000100110101000110001000010 | e6bbace89a8ce6bbace89a8c42 |
UHC | ?蚌?蚌B | 00111111110110111011110100111111110110111011110101000010 | 3fdbbd3fdbbd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)