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 | 藥???霓 | 11100101010110100011111100111111001111111110100010111101 | e55a3f3f3fe8bd |
EUC-JP | 藥???霓 | 11101001101110110011111100111111001111111111000010111111 | e9bb3f3f3ff0bf |
UTF-8 | 藥띛낅괬霓 | 111010001001011110100101111010111001110110011011111010111000001010000101111010101011010010101100111010011001110010010011 | e897a5eb9d9beb8285eab4ace99c93 |
UHC | 藥띛낅괬霓 | 11100101101101111000110111010001100001011110101110110001101010011110011111100111 | e5b78dd185ebb1a9e7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)