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 | ??¤???? | 00111111001111111010010000111111001111110011111100111111 | 3f3fa43f3f3f3f |
| SJIS-WIN | ??????曝 | 0011111100111111001111110011111100111111001111111001010010011000 | 3f3f3f3f3f3f9498 |
| EUC-JP | ??¤???曝 | 00111111001111111000111110100010111100000011111100111111001111111100011111111000 | 3f3f8fa2f03f3f3fc7f8 |
| UTF-8 | 룴햶¤▩룶괍曝 | 1110101110100011101101001110110110010110101101101100001010100100111000101001011010101001111010111010001110110110111010101011010010001101111001101001101110011101 | eba3b4ed96b6c2a4e296a9eba3b6eab48de69b9d |
| UHC | 룴햶¤▩룶괍曝 | 1000111110101001110000011000111110100010101101001010001011001100100011111010101110110001101000101111100011101101 | 8fa9c18fa2b4a2cc8fabb1a2f8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)