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 | 琁?}琁?{^ | 1000111111001100101000110011111101111101100011111100110010100011001111110111101101011110 | 8fcca33f7d8fcca33f7b5e |
UTF-8 | 琁量}琁量{^ | 111001111001000010000001111011111010010110111110011111011110011110010000100000011110111110100101101111100111101101011110 | e79081efa5be7de79081efa5be7b5e |
UHC | 琁量}琁量{^ | 1110000011000100111001011101011001111101111000001100010011100101110101100111101101011110 | e0c4e5d67de0c4e5d67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)