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 | 影??円? | 10001001011001010011111100111111100010010111111000111111 | 89653f3f897e3f |
| EUC-JP | 影??円? | 10110001110001100011111100111111101100011101111100111111 | b1c63f3fb1df3f |
| UTF-8 | 影뚲쓤円섳 | 111001011011110110110001111010111001101010110010111011001001001110100100111001011000011010000110111011001000010010110011 | e5bdb1eb9ab2ec93a4e58686ec84b3 |
| UHC | 影뚲쓤円섳 | 11100111101011111000110011101110100111011000010111100101111101111001100101000010 | e7af8cee9d85e5f79942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)