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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 恁?迂杞 | 10011100100011000011111110001001010010011001111001011000 | 9c8c3f89499e58 |
EUC-JP | 恁?迂杞 | 11010111111011000011111110110001101010101101101110111001 | d7ec3fb1aadbb9 |
UTF-8 | 恁렱迂杞 | 111001101000000110000001111010111010000010110001111010001011111110000010111001101001110110011110 | e68181eba0b1e8bf82e69d9e |
UHC | 恁렱迂杞 | 1110110011110110100011101011111011101001111001101101000110100011 | ecf68ebee9e6d1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)