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 | 礁ウイ顳 | 1000111111001010101100111011001011110000110101111110100101000010 | 8fcab3b2f0d7e942 |
| EUC-JP | 礁ウイ?顳 | 101111101100110010001110101100111000111010110010001111111111000110100011 | becc8eb38eb23ff1a3 |
| UTF-8 | 礁ウイ顳 | 111001111010010010000001111011111011110110110011111011111011110110110010111011101000001010010110111010011010000110110011 | e7a481efbdb3efbdb2ee8296e9a1b3 |
| UHC | 礁???? | 111101011010011100111111001111110011111100111111 | f5a73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)