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 | 襦? | 111001100100000000111111 | e6403f |
EUC-JP | 襦鯹 | 1110101110100001100011111110101110100001 | eba18feba1 |
UTF-8 | 襦鯹 | 111010001010010110100110111010011010111110111001 | e8a5a6e9afb9 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)