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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ???洹? | 00111111001111110011111110001111110001111011101000111111 | 3f3f3f8fc7ba3f |
| UTF-8 | 了욅탢洹짵 | 111011111010011010111010111011001001101010000101111011011000001110100010111001101011010010111001111011001010011110110101 | efa6baec9a85ed83a2e6b4b9eca7b5 |
| UHC | 了욅탢洹짵 | 11101000111001111001111011100111101101011000010111101010101101111010010001001111 | e8e79ee7b585eab7a44f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)