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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 裹域ソォ | 111001011110010110001000111001101011111110101011 | e5e588e6bfab |
| EUC-JP | 裹域ソォ | 1110101011100111101100001110100010001110101111111000111010101011 | eae7b0e88ebf8eab |
| UTF-8 | 裹域ソォ | 111010001010001110111001111001011001111110011111111011111011110110111111111011111011110110101011 | e8a3b9e59f9fefbdbfefbdab |
| UHC | ?域?? | 0011111111100110101101000011111100111111 | 3fe6b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)