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 | ???苑? | 001111110011111100111111100010011001000100111111 | 3f3f3f89913f |
| EUC-JP | ???苑? | 001111110011111100111111101100011111000100111111 | 3f3f3fb1f13f |
| UTF-8 | 若몃쐞苑얨 | 111011111010010110110100111010111010101010000011111011001001000010011110111010001000101110010001111011001001011010101000 | efa5b4ebaa83ec909ee88b91ec96a8 |
| UHC | 若몃쐞苑얨 | 11100101101011101011100011101011100111001000010011101010101111011001111001001111 | e5aeb8eb9c84eabd9e4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)