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 | 彧?諄 | 1111101010111001001111111110011001111000 | fab93fe678 |
| EUC-JP | 彧?諄 | 100011111011110011111110001111111110101111011001 | 8fbcfe3febd9 |
| UTF-8 | 彧쎺諄 | 111001011011110110100111111011001000111010111010111010001010101110000100 | e5bda7ec8ebae8ab84 |
| UHC | 彧쎺諄 | 111010011110111010011011111000011110001011110100 | e9ee9be1e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)