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 | Þƹ¤ | 11011110110001101011100110100100 | dec6b9a4 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÞÆ?¤ | 10001111101010011011000010001111101010011010000100111111100011111010001011110000 | 8fa9b08fa9a13f8fa2f0 |
UTF-8 | Þƹ¤ | 1100001110011110110000111000011011000010101110011100001010100100 | c39ec386c2b9c2a4 |
UHC | Þƹ¤ | 1010100010101101101010001010000110101001111101101010001010110100 | a8ada8a1a9f6a2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)