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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 乂}乂{^ | 10011000101001110111110110011000101001110111101101011110 | 98a77d98a77b5e |
EUC-JP | 乂}乂{^ | 11010000101010010111110111010000101010010111101101011110 | d0a97dd0a97b5e |
UTF-8 | 乂}乂{^ | 111001001011100110000010011111011110010010111001100000100111101101011110 | e4b9827de4b9827b5e |
UHC | 乂}乂{^ | 11100111110100010111110111100111110100010111101101011110 | e7d17de7d17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)