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 | 蘯硅 | 11100001101110101110000111101001 | e1bae1e9 |
EUC-JP | 蘯硅 | 11100010101111001110001011101011 | e2bce2eb |
UTF-8 | 蘯硅 | 111010001001100010101111111001111010000110000101 | e898afe7a185 |
UHC | ?硅 | 001111111101000010101001 | 3fd0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)