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 | 翕罨 | 11100011110000111110001110101010 | e3c3e3aa |
EUC-JP | 翕罨 | 11100110110001011110011010101100 | e6c5e6ac |
UTF-8 | 翕罨 | 111001111011111110010101111001111011110110101000 | e7bf95e7bda8 |
UHC | 翕? | 111111011110100000111111 | fde83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)