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 | ?"曝ゲ? | 0011111111111010010101111001010010011000100000110101000100111111 | 3ffa57949883513f |
| EUC-JP | ??曝ゲ? | 00111111001111111100011111111000101001011011001000111111 | 3f3fc7f8a5b23f |
| UTF-8 | 룶"曝ゲ룴 | 111010111010001110110110111011111011110010000010111001101001101110011101111000111000001010110010111010111010001110110100 | eba3b6efbc82e69b9de382b2eba3b4 |
| UHC | 룶"曝ゲ룴 | 10001111101010111010001110100010111110001110110110101011101100101000111110101001 | 8faba3a2f8edabb28fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)