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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 屆廩n}屆廩n{^ | 10011011100111001001110001001000011011100111110110011011100111001001110001001000011011100111101101011110 | 9b9c9c486e7d9b9c9c486e7b5e |
EUC-JP | 屆廩n}屆廩n{^ | 11010101111111001101011110101001011011100111110111010101111111001101011110101001011011100111101101011110 | d5fcd7a96e7dd5fcd7a96e7b5e |
UTF-8 | 屆廩n}屆廩n{^ | 1110010110110001100001101110010110111011101010010110111001111101111001011011000110000110111001011011101110101001011011100111101101011110 | e5b186e5bba96e7de5b186e5bba96e7b5e |
UHC | 屆?n}屆?n{^ | 1100110011111010001111110110111001111101110011001111101000111111011011100111101101011110 | ccfa3f6e7dccfa3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)