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 | æ±ç¾^ | 11100110101100011001000011100111100101101011111001011110 | e6b190e796be5e |
SJIS-WIN | ?±????^ | 0011111110000001011111010011111100111111001111110011111101011110 | 3f817d3f3f3f3f5e |
EUC-JP | æ±?ç??^ | 100011111010100111000001101000011101111000111111100011111010101110101110001111110011111101011110 | 8fa9c1a1de3f8fabae3f3f5e |
UTF-8 | æ±ç¾^ | 11000011101001101100001010110001110000101001000011000011101001111100001010010110110000101011111001011110 | c3a6c2b1c290c3a7c296c2be5e |
UHC | æ±???¾^ | 10101001101000011010000110111110001111110011111100111111101010001111101001011110 | a9a1a1be3f3f3fa8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)