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 | è?? | 111010000011111100111111 | e83f3f |
| SJIS-WIN | ?@蹉 | 0011111110000001100101111110011101000001 | 3f8197e741 |
| EUC-JP | è@蹉 | 10001111101010111011001010100001111101111110110110100010 | 8fabb2a1f7eda2 |
| UTF-8 | è@蹉 | 1100001110101000111011111011110010100000111010001011100110001001 | c3a8efbca0e8b989 |
| UHC | ?@蹉 | 0011111110100011110000001111001110110010 | 3fa3c0f3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)