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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?芸? | 00111111100011000111110000111111 | 3f8c7c3f |
| EUC-JP | ?芸? | 00111111101101111101110100111111 | 3fb7dd3f |
| UTF-8 | 왃芸싵 | 111011001001100110000011111010001000101010111000111011001000101110110101 | ec9983e88ab8ec8bb5 |
| UHC | 왃芸싵 | 100111101011011011101001111111011001101011101110 | 9eb6e9fd9aee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)