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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 意⑤?? | 100010001101001110000111010001000011111100111111 | 88d387443f3f |
| EUC-JP | 意??? | 1011000011010101001111110011111100111111 | b0d53f3f3f |
| UTF-8 | 意⑤죭溜 | 111001101000010010001111111000101001000110100100111011001010001110101101111011111010011110001011 | e6848fe291a4eca3adefa78b |
| UHC | 意⑤죭溜 | 1110101111110010101010001110101110100001100010001110101011111110 | ebf2a8eba188eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)