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 | 鉗頸}鉗頸{^ | 1110011111100111111010001111001001111101111001111110011111101000111100100111101101011110 | e7e7e8f27de7e7e8f27b5e |
EUC-JP | 鉗頸}鉗頸{^ | 1110111011101001111100001111010001111101111011101110100111110000111101000111101101011110 | eee9f0f47deee9f0f47b5e |
UTF-8 | 鉗頸}鉗頸{^ | 111010011000100110010111111010011010000010111000011111011110100110001001100101111110100110100000101110000111101101011110 | e98997e9a0b87de98997e9a0b87b5e |
UHC | 鉗頸}鉗頸{^ | 1100110011000110110011001111001001111101110011001100011011001100111100100111101101011110 | ccc6ccf27dccc6ccf27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)