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 | ë£µì² | 1110101110100011101101011110110010110010 | eba3b5ecb2 |
| SJIS-WIN | ?£??? | 001111111000000110010010001111110011111100111111 | 3f81923f3f3f |
| EUC-JP | ë£?ì? | 10001111101010111011001110100001111100100011111110001111101010111100000000111111 | 8fabb3a1f23f8fabc03f |
| UTF-8 | ë£µì² | 11000011101010111100001010100011110000101011010111000011101011001100001010110010 | c3abc2a3c2b5c3acc2b2 |
| UHC | ????² | 001111110011111100111111001111111010100111110111 | 3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)