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 | 猝珮}猝珮{^ | 1110000011001010111000001110000101111101111000001100101011100000111000010111101101011110 | e0cae0e17de0cae0e17b5e |
EUC-JP | 猝珮}猝珮{^ | 1110000011001100111000001110001101111101111000001100110011100000111000110111101101011110 | e0cce0e37de0cce0e37b5e |
UTF-8 | 猝珮}猝珮{^ | 111001111000110010011101111001111000111110101110011111011110011110001100100111011110011110001111101011100111101101011110 | e78c9de78fae7de78c9de78fae7b5e |
UHC | 猝?}猝?{^ | 111100001111000100111111011111011111000011110001001111110111101101011110 | f0f13f7df0f13f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)