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 | 邱嗅}邱嗅{^ | 1110011110110111100110100110101101111101111001111011011110011010011010110111101101011110 | e7b79a6b7de7b79a6b7b5e |
EUC-JP | 邱嗅}邱嗅{^ | 1110111010111001110100111100110001111101111011101011100111010011110011000111101101011110 | eeb9d3cc7deeb9d3cc7b5e |
UTF-8 | 邱嗅}邱嗅{^ | 111010011000001010110001111001011001011110000101011111011110100110000010101100011110010110010111100001010111101101011110 | e982b1e597857de982b1e597857b5e |
UHC | 邱嗅}邱嗅{^ | 1100111111001000111111011010101101111101110011111100100011111101101010110111101101011110 | cfc8fdab7dcfc8fdab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)