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 | 蟆雁ー | 1110010110110000100010101110010110110000 | e5b08ae5b0 |
| EUC-JP | 蟆雁ー | 111010101011001010110100111001111000111010110000 | eab2b4e78eb0 |
| UTF-8 | 蟆雁ー | 111010001001111110000110111010011001101110000001111011111011110110110000 | e89f86e99b81efbdb0 |
| UHC | ?雁? | 00111111111001001101001000111111 | 3fe4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)