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 | 賽┓}賽┓{^ | 1110011011001110100001001010110101111101111001101100111010000100101011010111101101011110 | e6ce84ad7de6ce84ad7b5e |
EUC-JP | 賽┓}賽┓{^ | 1110110011010000101010001010111101111101111011001101000010101000101011110111101101011110 | ecd0a8af7decd0a8af7b5e |
UTF-8 | 賽┓}賽┓{^ | 111010001011001110111101111000101001010010010011011111011110100010110011101111011110001010010100100100110111101101011110 | e8b3bde294937de8b3bde294937b5e |
UHC | 賽┓}賽┓{^ | 1101111111011111101001101010111101111101110111111101111110100110101011110111101101011110 | dfdfa6af7ddfdfa6af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)