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 | ??????亦 | 0011111100111111001111110011111100111111001111111001011010010010 | 3f3f3f3f3f3f9692 |
| EUC-JP | ??????亦 | 0011111100111111001111110011111100111111001111111100101111110010 | 3f3f3f3f3f3fcbf2 |
| UTF-8 | 廉뉖젣連곕젶亦 | 111011111010011010100010111010111000100110010110111011001010000010100011111011111010011010011010111010101011001110010101111011001010000010110110111001001011101010100110 | efa6a2eb8996eca0a3efa69aeab395eca0b6e4baa6 |
| UHC | 廉뉖젣連곕젶亦 | 1110011011110101100001111110101110100000100111001110011011100110101100001110101110100000101010101110011010110010 | e6f587eba09ce6e6b0eba0aae6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)