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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 豫??蹶^ | 10011000101011000011111100111111111001110100101101011110 | 98ac3f3fe74b5e |
| EUC-JP | 豫??蹶^ | 11010000101011100011111100111111111011011010110001011110 | d0ae3f3fedac5e |
| UTF-8 | 豫볟만蹶^ | 11101000101100011010101111101011101100111001111111101011101001111000110011101000101110011011011001011110 | e8b1abebb39feba78ce8b9b65e |
| UHC | 豫볟만蹶^ | 111001111110001110010011111001011011100010111000110011111111001101011110 | e7e393e5b8b8cff35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)