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 | 11101010010000000011111111100101010110100011111101000101 | ea403fe55a3f45 |
EUC-JP | 鵝?藥?E | 11110011101000010011111111101001101110110011111101000101 | f3a13fe9bb3f45 |
UTF-8 | 鵝냕藥퐆E | 11101001101101011001110111101011100000111001010111101000100101111010010111101101100100001000011001000101 | e9b59deb8395e897a5ed908645 |
UHC | 鵝냕藥퐆E | 111001001011110110000110011000101110010110110111101111010110101101000101 | e4bd8662e5b7bd6b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)