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 | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| SJIS-WIN | 殉??u^ | 100011110111110100111111001111110111010101011110 | 8f7d3f3f755e |
| EUC-JP | 殉??u^ | 101111011101111000111111001111110111010101011110 | bdde3f3f755e |
| UTF-8 | 殉뾧맊u^ | 1110011010101110100010011110101110111110101001111110101110100111100010100111010101011110 | e6ae89ebbea7eba78a755e |
| UHC | 殉뾧맊u^ | 1110001011100110100101110110101010010000101000100111010101011110 | e2e6976a90a2755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)