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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 藥?藥?E | 11100101010110100011111111100101010110100011111101000101 | e55a3fe55a3f45 |
EUC-JP | 藥?藥?E | 11101001101110110011111111101001101110110011111101000101 | e9bb3fe9bb3f45 |
UTF-8 | 藥뛜藥뛟E | 11101000100101111010010111101011100110111001110011101000100101111010010111101011100110111001111101000101 | e897a5eb9b9ce897a5eb9b9f45 |
UHC | 藥뛜藥뛟E | 111001011011011110001101010110011110010110110111100011010110001001000101 | e5b78d59e5b78d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)