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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
| SJIS-WIN | 劾?㎏Y | 100010100100111000111111100001110111001101011001 | 8a4e3f877359 |
| EUC-JP | 劾??Y | 1011001110101111001111110011111101011001 | b3af3f3f59 |
| UTF-8 | 劾믪㎏Y | 11100101100010101011111011101011101011111010101011100011100011101000111101011001 | e58abeebafaae38e8f59 |
| UHC | 劾믪㎏Y | 11111010101101101001001011101100101001111011100001011001 | fab692eca7b859 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)