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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 莉價}莉價{^ | 1110010010111011100110010100101001111101111001001011101110011001010010100111101101011110 | e4bb994a7de4bb994a7b5e |
EUC-JP | 莉價}莉價{^ | 1110100010111101110100011010101101111101111010001011110111010001101010110111101101011110 | e8bdd1ab7de8bdd1ab7b5e |
UTF-8 | 莉價}莉價{^ | 111010001000111010001001111001011000001110111001011111011110100010001110100010011110010110000011101110010111101101011110 | e88e89e583b97de88e89e583b97b5e |
UHC | 莉價}莉價{^ | 1101011111101001110010101010010001111101110101111110100111001010101001000111101101011110 | d7e9caa47dd7e9caa47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)