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 | 雅? | 100010011110101100111111 | 89eb3f |
EUC-JP | 雅? | 101100101110110100111111 | b2ed3f |
UTF-8 | 雅쏅 | 111010011001101110000101111011001000111110000101 | e99b85ec8f85 |
UHC | 雅쏅 | 11100100101110101001101111101011 | e4ba9beb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)