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 | 洹???? | 10001111110001111011101000111111001111110011111100111111 | 8fc7ba3f3f3f3f |
| UTF-8 | 洹렗롋븜렚 | 111001101011010010111001111010111010000010010111111010111010000110001011111010111011100010011100111010111010000010011010 | e6b4b9eba097eba18bebb89ceba09a |
| UHC | 洹렗롋븜렚 | 11101010101101111000111010101100100011101101000110111010111011101000111010101101 | eab78eac8ed1baee8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)