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 | 游???瓦 | 10011111111000000011111100111111001111111000101010100010 | 9fe03f3f3f8aa2 |
| EUC-JP | 游???瓦 | 11011110111000100011111100111111001111111011010010100100 | dee23f3f3fb4a4 |
| UTF-8 | 游쯔렕렟瓦 | 111001101011100010111000111011001010111110010100111010111010000010010101111010111010000010011111111001111001001110100110 | e6b8b8ecaf94eba095eba09fe793a6 |
| UHC | 游쯔렕렟瓦 | 11101010111111011100001011101010100011101010101010001110101100001110100010111111 | eafdc2ea8eaa8eb0e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)