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 | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
| SJIS-WIN | 巐庭讌クY | 1111101010110110100100101110101111100110101001011011100001011001 | fab692ebe6a5b859 |
| EUC-JP | 巐庭讌クY | 10001111101110111111100111000100111011011110110010100111100011101011100001011001 | 8fbbf9c4edeca78eb859 |
| UTF-8 | 巐庭讌クY | 11100101101101111001000011100101101110101010110111101000101011101000110011101111101111011011100001011001 | e5b790e5baade8ae8cefbdb859 |
| UHC | ?庭??Y | 001111111110111111010100001111110011111101011001 | 3fefd43f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)