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 | 逵ゥ逖∫料 | 111001111001110010101001111001111001100010000001111001111001011110111111 | e79ca9e79881e797bf |
| EUC-JP | 逵ゥ逖∫料 | 11101101111111001000111010101001111011011111100010100010111010011100111011000001 | edfc8ea9edf8a2e9cec1 |
| UTF-8 | 逵ゥ逖∫料 | 111010011000000010110101111011111011110110101001111010011000000010010110111000101000100010101011111001101001011010011001 | e980b5efbda9e98096e288abe69699 |
| UHC | 逵??∫料 | 1101000010110000001111110011111110100001111100101101011011111001 | d0b03f3fa1f2d6f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)