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 | 杏?}杏?{^ | 100010001100011100111111011111011000100011000111001111110111101101011110 | 88c73f7d88c73f7b5e |
EUC-JP | 杏?}杏?{^ | 101100001100100100111111011111011011000011001001001111110111101101011110 | b0c93f7db0c93f7b5e |
UTF-8 | 杏릏}杏릏{^ | 111001101001110110001111111010111010011010001111011111011110011010011101100011111110101110100110100011110111101101011110 | e69d8feba68f7de69d8feba68f7b5e |
UHC | 杏릏}杏릏{^ | 1111101010111010100100000110101101111101111110101011101010010000011010110111101101011110 | faba906b7dfaba906b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)