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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 셴섐렱롕솨 | 111011001000010110110100111011001000010010010000111010111010000010110001111010111010000110010101111011001000011010101000 | ec85b4ec8490eba0b1eba195ec86a8 |
| UHC | 셴섐렱롕솨 | 10111100110011111011110010101011100011101011111010001110110110011011110011011101 | bccfbcab8ebe8ed9bcdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)