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 | 遶鄭}遶鄭{^ | 1110011110101011100100110100000101111101111001111010101110010011010000010111101101011110 | e7ab93417de7ab93417b5e |
EUC-JP | 遶鄭}遶鄭{^ | 1110111010101101110001011010001001111101111011101010110111000101101000100111101101011110 | eeadc5a27deeadc5a27b5e |
UTF-8 | 遶鄭}遶鄭{^ | 111010011000000110110110111010011000010010101101011111011110100110000001101101101110100110000100101011010111101101011110 | e981b6e984ad7de981b6e984ad7b5e |
UHC | ?鄭}?鄭{^ | 001111111110111111110111011111010011111111101111111101110111101101011110 | 3feff77d3feff77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)