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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蜃雅 | 11100101100001111000100111101011 | e58789eb |
EUC-JP | 蜃雅 | 11101001111001111011001011101101 | e9e7b2ed |
UTF-8 | 蜃雅 | 111010001001110010000011111010011001101110000101 | e89c83e99b85 |
UHC | 蜃雅 | 11100011111100011110010010111010 | e3f1e4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)