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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 猪塢}猪塢{^ | 1001001010010110100110101100011101111101100100101001011010011010110001110111101101011110 | 92969ac77d92969ac77b5e |
EUC-JP | 猪塢}猪塢{^ | 1100001111110110110101001100100101111101110000111111011011010100110010010111101101011110 | c3f6d4c97dc3f6d4c97b5e |
UTF-8 | 猪塢}猪塢{^ | 111001111000110010101010111001011010000110100010011111011110011110001100101010101110010110100001101000100111101101011110 | e78caae5a1a27de78caae5a1a27b5e |
UHC | 猪塢}猪塢{^ | 1110111011000100111001111111000101111101111011101100010011100111111100010111101101011110 | eec4e7f17deec4e7f17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)