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 | 意⑤???? | 1000100011010011100001110100010000111111001111110011111100111111 | 88d387443f3f3f3f |
| EUC-JP | 意????? | 10110000110101010011111100111111001111110011111100111111 | b0d53f3f3f3f3f |
| UTF-8 | 意⑤죭溜띷만 | 111001101000010010001111111000101001000110100100111011001010001110101101111011111010011110001011111010111001110110110111111010111010011110001100 | e6848fe291a4eca3adefa78beb9db7eba78c |
| UHC | 意⑤죭溜띷만 | 111010111111001010101000111010111010000110001000111010101111111010001101111001101011100010111000 | ebf2a8eba188eafe8de6b8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)