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 | 軛鶸}軛鶸{^ | 1110011101100010111010100101001101111101111001110110001011101010010100110111101101011110 | e762ea537de762ea537b5e |
EUC-JP | 軛鶸}軛鶸{^ | 1110110111000011111100111011010001111101111011011100001111110011101101000111101101011110 | edc3f3b47dedc3f3b47b5e |
UTF-8 | 軛鶸}軛鶸{^ | 111010001011101110011011111010011011011010111000011111011110100010111011100110111110100110110110101110000111101101011110 | e8bb9be9b6b87de8bb9be9b6b87b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)