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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 意⑤????? | 100010001101001110000111010001000011111100111111001111110011111100111111 | 88d387443f3f3f3f3f |
| EUC-JP | 意?????? | 1011000011010101001111110011111100111111001111110011111100111111 | b0d53f3f3f3f3f3f |
| UTF-8 | 意⑤죭溜띷만溜 | 111001101000010010001111111000101001000110100100111011001010001110101101111011111010011110001011111010111001110110110111111010111010011110001100111011111010011110001011 | e6848fe291a4eca3adefa78beb9db7eba78cefa78b |
| UHC | 意⑤죭溜띷만溜 | 1110101111110010101010001110101110100001100010001110101011111110100011011110011010111000101110001110101011111110 | ebf2a8eba188eafe8de6b8b8eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)