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 | 紜}紜{^ | 11100011010000010111110111100011010000010111101101011110 | e3417de3417b5e |
EUC-JP | 紜}紜{^ | 11100101101000100111110111100101101000100111101101011110 | e5a27de5a27b5e |
UTF-8 | 紜}紜{^ | 111001111011010010011100011111011110011110110100100111000111101101011110 | e7b49c7de7b49c7b5e |
UHC | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)