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 | 雅ⓑ | 111010011001101110000101111000101001001110010001 | e99b85e29391 |
UHC | 雅ⓑ | 11100100101110101010100011001110 | e4baa8ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)