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 | 瓠? | 111000010100000000111111 | e1403f |
| EUC-JP | 瓠? | 111000011010000100111111 | e1a13f |
| UTF-8 | 瓠렟 | 111001111001001110100000111010111010000010011111 | e793a0eba09f |
| UHC | 瓠렟 | 11111011110100101000111010110000 | fbd28eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)