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 | 姓猜 | 10010000101010011110000011001000 | 90a9e0c8 |
| EUC-JP | 姓猜 | 11000000101010111110000011001010 | c0abe0ca |
| UTF-8 | 姓猜 | 111001011010011110010011111001111000110010011100 | e5a793e78c9c |
| UHC | 姓猜 | 11100000111100111110001111000100 | e0f3e3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)