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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跣包セ櫁ィ | 1110011011101111100101011110111110111110100111101110100010101000 | e6ef95efbe9ee8a8 |
EUC-JP | 跣包セ櫁ィ | 11101100111100011100101011110001100011101011111011011100111010101000111010101000 | ecf1caf18ebedcea8ea8 |
UTF-8 | 跣包セ櫁ィ | 111010001011011110100011111001011000110010000101111011111011110110111110111001101010101110000001111011111011110110101000 | e8b7a3e58c85efbdbee6ab81efbda8 |
UHC | 跣包??? | 11100000110100111111100011010000001111110011111100111111 | e0d3f8d03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)