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 | 廛?蘗 | 1001110001000100001111111001111101000001 | 9c443f9f41 |
| EUC-JP | 廛?蘗 | 1101011110100101001111111101110110100010 | d7a53fdda2 |
| UTF-8 | 廛펠蘗 | 111001011011101110011011111011011000111010100000111010001001100010010111 | e5bb9bed8ea0e89897 |
| UHC | 廛펠蘗 | 111011101111100011000110111001111101110010100010 | eef8c6e7dca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)