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 | 蜃救 | 11100101100001111000101101111110 | e5878b7e |
EUC-JP | 蜃救 | 11101001111001111011010111011111 | e9e7b5df |
UTF-8 | 蜃救 | 111010001001110010000011111001101001010110010001 | e89c83e69591 |
UHC | 蜃救 | 11100011111100011100111110101101 | e3f1cfad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)