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 | 殖然}殖然{^ | 1001000001000010100100010101001001111101100100000100001010010001010100100111101101011110 | 904291527d904291527b5e |
EUC-JP | 殖然}殖然{^ | 1011111110100011110000011011001101111101101111111010001111000001101100110111101101011110 | bfa3c1b37dbfa3c1b37b5e |
UTF-8 | 殖然}殖然{^ | 111001101010111010010110111001111000010010110110011111011110011010101110100101101110011110000100101101100111101101011110 | e6ae96e784b67de6ae96e784b67b5e |
UHC | 殖然}殖然{^ | 1110001111010110111001101101010001111101111000111101011011100110110101000111101101011110 | e3d6e6d47de3d6e6d47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)