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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 藥?藥?\ | 11100101010110100011111111100101010110100011111101011100 | e55a3fe55a3f5c |
EUC-JP | 藥?藥?\ | 11101001101110110011111111101001101110110011111101011100 | e9bb3fe9bb3f5c |
UTF-8 | 藥폶藥폹\ | 11101000100101111010010111101101100011111011011011101000100101111010010111101101100011111011100101011100 | e897a5ed8fb6e897a5ed8fb95c |
UHC | 藥폶藥폹\ | 111001011011011110111101010110011110010110110111101111010110001001011100 | e5b7bd59e5b7bd625c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)