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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 瘟煽o | 1110000110001001100100001111100001101111 | e18990f86f |
EUC-JP | 瘟煽o | 1110000111101001110000001111101001101111 | e1e9c0fa6f |
UTF-8 | 瘟煽o | 11100111100110001001111111100111100001011011110101101111 | e7989fe785bd6f |
UHC | 瘟煽o | 1110100010110000111000001100001101101111 | e8b0e0c36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)