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^ | 111000110110111100111111001111110100111101011110 | e36f3f3f4f5e |
| EUC-JP | 縊??O^ | 111001011101000000111111001111110100111101011110 | e5d03f3f4f5e |
| UTF-8 | 縊걛궚O^ | 1110011110111000100010101110101010110001100110111110101010110110100110100100111101011110 | e7b88aeab19beab69a4f5e |
| UHC | 縊걛궚O^ | 1110010011111100100000011000010110000010101011110100111101011110 | e4fc818582af4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)