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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 閻枝閻施^ | 111010001000010110001110011111011110100010000101100011100111101101011110 | e8858e7de8858e7b5e |
EUC-JP | 閻枝閻施^ | 111011111110010110111011110111101110111111100101101110111101110001011110 | efe5bbdeefe5bbdc5e |
UTF-8 | 閻枝閻施^ | 11101001100101101011101111100110100111101001110111101001100101101011101111100110100101101011110101011110 | e996bbe69e9de996bbe696bd5e |
UHC | 閻枝閻施^ | 111001111010001011110010101010111110011110100010111000111011111101011110 | e7a2f2abe7a2e3bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)