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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | ??洹 | 0011111100111111100011111100011110111010 | 3f3f8fc7ba |
| UTF-8 | 룵에洹 | 111010111010001110110101111011001001011110010000111001101011010010111001 | eba3b5ec9790e6b4b9 |
| UHC | 룵에洹 | 100011111010101010111111101000011110101010110111 | 8faabfa1eab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)