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 | 釶ソ荳亥 | 11100111110111111011111111100100101110001000100011100101 | e7dfbfe4b888e5 |
EUC-JP | 釶ソ荳亥 | 1110111011100001100011101011111111101000101110101011000011100111 | eee18ebfe8bab0e7 |
UTF-8 | 釶ソ荳亥 | 111010011000011110110110111011111011110110111111111010001000110110110011111001001011101010100101 | e987b6efbdbfe88db3e4baa5 |
UHC | ??荳亥 | 001111110011111111010100111001011111101010100100 | 3f3fd4e5faa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)