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 | 驟碁涎謔運 | 11101001100001011000110011101001100111111011010111100110100000101000100101011110 | e9858ce99fb5e682895e |
| EUC-JP | 驟碁涎謔運 | 11110001111001011011100011101011110111101011011111101011111000101011000110111111 | f1e5b8ebdeb7ebe2b1bf |
| UTF-8 | 驟碁涎謔運 | 111010011010100110011111111001111010001010000001111001101011011010001110111010001010110010010100111010011000000110001011 | e9a99fe7a281e6b68ee8ac94e9818b |
| UHC | 驟碁涎謔運 | 11110110101011101101000110110011111001101100111011111001110011001110101010100001 | f6aed1b3e6cef9cceaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)