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 | ï§µë¬ì½ | 1110111110100111101101011110101110101100100100101110110010111101 | efa7b5ebac92ecbd |
| SJIS-WIN | ?§??¬??? | 00111111100000011001100000111111001111111000000111001010001111110011111100111111 | 3f81983f3f81ca3f3f3f |
| EUC-JP | ï§?ë¬?ì? | 10001111101010111100000110100001111110000011111110001111101010111011001110100010110011000011111110001111101010111100000000111111 | 8fabc1a1f83f8fabb3a2cc3f8fabc03f |
| UTF-8 | ï§µë¬ì½ | 11000011101011111100001010100111110000101011010111000011101010111100001010101100110000101001001011000011101011001100001010111101 | c3afc2a7c2b5c3abc2acc292c3acc2bd |
| UHC | ?§?????½ | 00111111101000011101011100111111001111110011111100111111001111111010100011110110 | 3fa1d73f3f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)