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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 芒刻州鐓 | 1110010010001010100011011000111110001111010000101110100001011101 | e48a8d8f8f42e85d |
| EUC-JP | 芒刻州鐓 | 1110011111101010101110011110111110111101101000111110111110111110 | e7eab9efbda3efbe |
| UTF-8 | 芒刻州鐓 | 111010001000101010010010111001011000100010111011111001011011011110011110111010011001000010010011 | e88a92e588bbe5b79ee99093 |
| UHC | 芒刻州? | 11011000110100111100101010111110111100011011011000111111 | d8d3cabef1b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)