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 | ??孵 | 00111111001111111001101101111010 | 3f3f9b7a |
| EUC-JP | ??孵 | 00111111001111111101010111011011 | 3f3fd5db |
| UTF-8 | 뤈뇜孵 | 111010111010010010001000111010111000011110011100111001011010110110110101 | eba488eb879ce5adb5 |
| UHC | 뤈뇜孵 | 100011111011100010110011111111011101110110100010 | 8fb8b3fddda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)