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 | ????æ? | 001111110011111100111111001111111110011000111111 | 3f3f3f3fe63f |
| SJIS-WIN | ??削??濯 | 0011111100111111100011011110110100111111001111111001000111110011 | 3f3f8ded3f3f91f3 |
| EUC-JP | ??削?æ濯 | 00111111001111111011101011101111001111111000111110101001110000011100001011110101 | 3f3fbaef3f8fa9c1c2f5 |
| UTF-8 | 룶깹削룶æ濯 | 1110101110100011101101101110101010111001101110011110010110001001100010101110101110100011101101101100001110100110111001101011111110101111 | eba3b6eab9b9e5898aeba3b6c3a6e6bfaf |
| UHC | 룶깹削룶æ濯 | 100011111010101110110010101000011101111011111011100011111010101110101001101000011111011011111011 | 8fabb2a1defb8faba9a1f6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)