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 | ×áóµ^ | 1101011111100001111100111011010101011110 | d7e1f3b55e |
| SJIS-WIN | ×???^ | 100000010111111000111111001111110011111101011110 | 817e3f3f3f5e |
| EUC-JP | ×áó?^ | 10100001110111111000111110101011101000011000111110101011110100010011111101011110 | a1df8faba18fabd13f5e |
| UTF-8 | ×áóµ^ | 110000111001011111000011101000011100001110110011110000101011010101011110 | c397c3a1c3b3c2b55e |
| UHC | ×???^ | 101000011011111100111111001111110011111101011110 | a1bf3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)