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 | 蟆願┳ | 111001011011000010001010111010001000010010110001 | e5b08ae884b1 |
| EUC-JP | 蟆願┳ | 111010101011001010110100111010101010100010110011 | eab2b4eaa8b3 |
| UTF-8 | 蟆願┳ | 111010001001111110000110111010011010000110011000111000101001010010110011 | e89f86e9a198e294b3 |
| UHC | ?願┳ | 0011111111101010110000111010011010110011 | 3feac3a6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)