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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 塢???? | 100110101100011100111111001111110011111100111111 | 9ac73f3f3f3f |
| EUC-JP | 塢???? | 110101001100100100111111001111110011111100111111 | d4c93f3f3f3f |
| UTF-8 | 塢싨㎛黎먪 | 111001011010000110100010111011001000101110101000111000111000111010011011111011111010011010001001111010111010100010101010 | e5a1a2ec8ba8e38e9befa689eba8aa |
| UHC | 塢싨㎛黎먪 | 11100111111100011001101011100110101001111010110111100110101100011001000011100111 | e7f19ae6a7ade6b190e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)