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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 塢????? | 10011010110001110011111100111111001111110011111100111111 | 9ac73f3f3f3f3f |
| EUC-JP | 塢????? | 11010100110010010011111100111111001111110011111100111111 | d4c93f3f3f3f3f |
| UTF-8 | 塢싨㎛黎먪쾺 | 111001011010000110100010111011001000101110101000111000111000111010011011111011111010011010001001111010111010100010101010111011001011111010111010 | e5a1a2ec8ba8e38e9befa689eba8aaecbeba |
| UHC | 塢싨㎛黎먪쾺 | 111001111111000110011010111001101010011110101101111001101011000110010000111001111011001010010000 | e7f19ae6a7ade6b190e7b290 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)