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 | 얍롍뤰쨴쵌 | 111011001001011010001101111010111010000110001101111010111010010010110000111011001010100010110100111011001011010110001100 | ec968deba18deba4b0eca8b4ecb58c |
| UHC | 얍롍뤰쨴쵌 | 10111110111001011000111011010011100011111101111010100100100011101010110010001110 | bee58ed38fdea48eac8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)