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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 霍帶勞ム札 | 111010001011011110011011111001101001100110100111110100011000111001000100 | e8b79be699a7d18e44 |
| EUC-JP | 霍帶勞ム札 | 11110000101110011101011011101000110100101010100110001110110100011011101110100101 | f0b9d6e8d2a98ed1bba5 |
| UTF-8 | 霍帶勞ム札 | 111010011001110010001101111001011011100010110110111001011000101110011110111011111011111010010001111001101001110010101101 | e99c8de5b8b6e58b9eefbe91e69cad |
| UHC | ?帶勞?札 | 0011111111010011111000011101011011001100001111111111001111001110 | 3fd3e1d6cc3ff3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)