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 | ???O^ | 0011111100111111001111110100111101011110 | 3f3f3f4f5e |
| SJIS-WIN | 辱??O^ | 100100000100101000111111001111110100111101011110 | 904a3f3f4f5e |
| EUC-JP | 辱??O^ | 101111111010101100111111001111110100111101011110 | bfab3f3f4f5e |
| UTF-8 | 辱잌ㅁO^ | 1110100010111110101100011110110010011110100011001110001110000101100000010100111101011110 | e8beb1ec9e8ce385814f5e |
| UHC | 辱잌ㅁO^ | 1110100110110100100111111110010110100100101100010100111101011110 | e9b49fe5a4b14f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)