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 | 鎤}鎤{^ | 1111011011100011111110111110000101111101111101101110001111111011111000010111101101011110 | f6e3fbe17df6e3fbe17b5e |
EUC-JP | ?鎤}?鎤{^ | 0011111110001111111001011011001101111101001111111000111111100101101100110111101101011110 | 3f8fe5b37d3f8fe5b37b5e |
UTF-8 | 鎤}鎤{^ | 111011101001010010001010111010011000111010100100011111011110111010010100100010101110100110001110101001000111101101011110 | ee948ae98ea47dee948ae98ea47b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)