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 | 10010010111101010011111111100000101011010011111101000101 | 92f53fe0ad3f45 |
EUC-JP | 禎?牆?E | 11000100111101110011111111100000101011110011111101000101 | c4f73fe0af3f45 |
UTF-8 | 禎렦牆렓E | 11100111101001101000111011101011101000001010011011100111100010011000011011101011101000001001001101000101 | e7a68eeba0a6e78986eba09345 |
UHC | 禎렦牆렓E | 111011111110111010001110101101011110110111101101100011101010100001000101 | efee8eb5eded8ea845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)