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 | ?燒賞 | 0011111111100000100101101000111111011100 | 3fe0968fdc |
| EUC-JP | ?燒賞 | 0011111111011111111101101011111011011110 | 3fdff6bede |
| UTF-8 | 稶燒賞 | 111001111010100010110110111001111000011110010010111010001011001110011110 | e7a8b6e78792e8b39e |
| UHC | 稶燒賞 | 111010011111001111100001110000001101111111011011 | e9f3e1c0dfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)