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 | 紂}紂{^ | 11100011010000000111110111100011010000000111101101011110 | e3407de3407b5e |
EUC-JP | 紂}紂{^ | 11100101101000010111110111100101101000010111101101011110 | e5a17de5a17b5e |
UTF-8 | 紂}紂{^ | 111001111011010010000010011111011110011110110100100000100111101101011110 | e7b4827de7b4827b5e |
UHC | 紂}紂{^ | 11110001110001000111110111110001110001000111101101011110 | f1c47df1c47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)