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 | 盛雙}盛雙{^ | 1001000010110111100110011101010001111101100100001011011110011001110101000111101101011110 | 90b799d47d90b799d47b5e |
EUC-JP | 盛雙}盛雙{^ | 1100000010111001110100101101011001111101110000001011100111010010110101100111101101011110 | c0b9d2d67dc0b9d2d67b5e |
UTF-8 | 盛雙}盛雙{^ | 111001111001101110011011111010011001101110011001011111011110011110011011100110111110100110011011100110010111101101011110 | e79b9be99b997de79b9be99b997b5e |
UHC | 盛雙}盛雙{^ | 1110000011111100111001001010101001111101111000001111110011100100101010100111101101011110 | e0fce4aa7de0fce4aa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)