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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 衣?? | 10001000110111110011111100111111 | 88df3f3f |
EUC-JP | 衣?鋌 | 101100001110000100111111100011111110010010111011 | b0e13f8fe4bb |
UTF-8 | 衣렎鋌 | 111010001010000110100011111010111010000010001110111010011000101110001100 | e8a1a3eba08ee98b8c |
UHC | 衣렎鋌 | 111010111111110110001110101001001110111111111011 | ebfd8ea4effb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)