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 | 蝴鞨⇒ | 111001011001101011101000111000001000000111001011 | e59ae8e081cb |
| EUC-JP | 蝴鞨⇒ | 111010011111101011110000111000101010001011001101 | e9faf0e2a2cd |
| UTF-8 | 蝴鞨⇒ | 111010001001110110110100111010011001111010101000111000101000011110010010 | e89db4e99ea8e28792 |
| UHC | 蝴鞨⇒ | 111110111101110111001010111010101010001010100001 | fbddcaeaa2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)