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 | 萇 | 11100100110001111111100111100011 | e4c7f9e3 |
EUC-JP | 萇? | 111010001100100100111111 | e8c93f |
UTF-8 | 萇 | 111010001001000010000111111011101001110010111110 | e89087ee9cbe |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)