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 | 頸雜}頸雜{^ | 1110100011110010111010001011011001111101111010001111001011101000101101100111101101011110 | e8f2e8b67de8f2e8b67b5e |
EUC-JP | 頸雜}頸雜{^ | 1111000011110100111100001011100001111101111100001111010011110000101110000111101101011110 | f0f4f0b87df0f4f0b87b5e |
UTF-8 | 頸雜}頸雜{^ | 111010011010000010111000111010011001101110011100011111011110100110100000101110001110100110011011100111000111101101011110 | e9a0b8e99b9c7de9a0b8e99b9c7b5e |
UHC | 頸雜}頸雜{^ | 1100110011110010111011011101101001111101110011001111001011101101110110100111101101011110 | ccf2edda7dccf2edda7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)