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 | 鞍? | 100010001100011000111111 | 88c63f |
EUC-JP | 鞍? | 101100001100100000111111 | b0c83f |
UTF-8 | 鞍섌 | 111010011001111010001101111011001000010010001100 | e99e8dec848c |
UHC | 鞍섌 | 11100100110100111001100011101001 | e4d398e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)