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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| UTF-8 | 알렑섈얄롕렰렲 | 111011001001010110001100111010111010000010010001111011001000010010001000111011001001011010000100111010111010000110010101111010111010000010110000111010111010000010110010 | ec958ceba091ec8488ec9684eba195eba0b0eba0b2 |
| UHC | 알렑섈얄롕렰렲 | 1011111011001011100011101010011010111100101010101011111011100010100011101101100110001110101111011000111010111111 | becb8ea6bcaabee28ed98ebd8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)