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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 貊弔圖 | 111001101011101110010010101000101001101010100100 | e6bb92a29aa4 |
| EUC-JP | 貊弔圖 | 111011001011110111000100101001001101010010100110 | ecbdc4a4d4a6 |
| UTF-8 | 貊弔圖 | 111010001011001010001010111001011011110010010100111001011001110010010110 | e8b28ae5bc94e59c96 |
| UHC | 貊弔圖 | 110110001110011111110000110000001101001111110001 | d8e7f0c0d3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)