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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 毅麥?鶩 | 10001011010000101110101001101101001111111110101001001110 | 8b42ea6d3fea4e |
EUC-JP | 毅麥?鶩 | 10110101101000111111001111001110001111111111001110101111 | b5a3f3ce3ff3af |
UTF-8 | 毅麥렗鶩 | 111001101010111110000101111010011011101010100101111010111010000010010111111010011011011010101001 | e6af85e9baa5eba097e9b6a9 |
UHC | 毅麥렗鶩 | 1110101111110110110110001110101010001110101011001101100111010000 | ebf6d8ea8eacd9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)