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 | 莠律墻 | 111001001011101010010111101001011001101011010100 | e4ba97a59ad4 |
| EUC-JP | 莠律墻 | 111010001011110011001110101001111101010011010110 | e8bccea7d4d6 |
| UTF-8 | 莠律墻 | 111010001000111010100000111001011011111010001011111001011010001010111011 | e88ea0e5be8be5a2bb |
| UHC | ?律墻 | 0011111111010111110010001110110111011111 | 3fd7c8eddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)