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 | 歷몄캈溜뺣젧裂 | 111011111010011010001100111010111010101010000100111011001011101010001000111011111010011110001011111010111011101010100011111011001010000010100111111011111010011010100000 | efa68cebaa84ecba88efa78bebbaa3eca0a7efa6a0 |
| UHC | 歷몄캈溜뺣젧裂 | 1110011010111000101110001110110010101111100101001110101011111110100101011110101110100000100111111110011011110001 | e6b8b8ecaf94eafe95eba09fe6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)