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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ?琁}?琁{^ | 0011111110001111110011001010001101111101001111111000111111001100101000110111101101011110 | 3f8fcca37d3f8fcca37b5e |
UTF-8 | 敾琁}敾琁{^ | 111001101001010110111110111001111001000010000001011111011110011010010101101111101110011110010000100000010111101101011110 | e695bee790817de695bee790817b5e |
UHC | 敾琁}敾琁{^ | 1110000011000000111000001100010001111101111000001100000011100000110001000111101101011110 | e0c0e0c47de0c0e0c47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)