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 | 扇? | 100100001110111000111111 | 90ee3f |
EUC-JP | 扇? | 110000001111000000111111 | c0f03f |
UTF-8 | 扇蟬 | 111001101000100110000111111010001001111110101100 | e68987e89fac |
UHC | 扇蟬 | 11100000101111111110000011010001 | e0bfe0d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)