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 | ????姚 | 001111110011111100111111001111111001101101001100 | 3f3f3f3f9b4c |
EUC-JP | 饔??晷姚 | 10001111111010001110111100111111001111111000111111000010110001111101010110101101 | 8fe8ef3f3f8fc2c7d5ad |
UTF-8 | 饔€궆晷姚 | 111010011010010110010100111000101000001010101100111010101011011010000110111001101001100110110111111001011010011110011010 | e9a594e282aceab686e699b7e5a79a |
UHC | 饔€궆晷姚 | 11101000101111011010001011100110100000101001111111001111111111001110100011101110 | e8bda2e6829fcffce8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)