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 | 蜃恒 | 11100101100001111000110101010000 | e5878d50 |
EUC-JP | 蜃恒 | 11101001111001111011100110110001 | e9e7b9b1 |
UTF-8 | 蜃恒 | 111010001001110010000011111001101000000110010010 | e89c83e68192 |
UHC | 蜃恒 | 11100011111100011111100111110110 | e3f1f9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)