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 | 雅릨 | 111010011001101110000101111010111010011010101000 | e99b85eba6a8 |
UHC | 雅릨 | 11100100101110101001000010001010 | e4ba908a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)