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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 諷・縲慕悍 | 111001101000010110100101111000111000000010010101111001111001110010011011 | e685a5e38095e79c9b |
| EUC-JP | 諷・縲慕悍 | 11101011111001011000111010100101111001011110000011001010111010011101011111111011 | ebe58ea5e5e0cae9d7fb |
| UTF-8 | 諷・縲慕悍 | 111010001010101110110111111011111011110110100101111001111011100010110010111001101000010110010101111001101000001010001101 | e8abb7efbda5e7b8b2e68595e6828d |
| UHC | 諷??慕悍 | 1111100110100100001111110011111111011001101101111111100111010000 | f9a43f3fd9b7f9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)