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 | ?G | 0011111101000111 | 3f47 |
SJIS-WIN | 哈G | 100110011111101101000111 | 99fb47 |
EUC-JP | 哈G | 110100101111110101000111 | d2fd47 |
UTF-8 | 哈G | 11100101100100111000100001000111 | e5938847 |
UHC | 哈G | 111110011110101101000111 | f9eb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)