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 | þIn}þIn{^ | 1001000111111110010010010110111001111101100100011111111001001001011011100111101101011110 | 91fe496e7d91fe496e7b5e |
SJIS-WIN | ??In}??In{^ | 0011111100111111010010010110111001111101001111110011111101001001011011100111101101011110 | 3f3f496e7d3f3f496e7b5e |
EUC-JP | ?þIn}?þIn{^ | 001111111000111110101001110100000100100101101110011111010011111110001111101010011101000001001001011011100111101101011110 | 3f8fa9d0496e7d3f8fa9d0496e7b5e |
UTF-8 | þIn}þIn{^ | 110000101001000111000011101111100100100101101110011111011100001010010001110000111011111001001001011011100111101101011110 | c291c3be496e7dc291c3be496e7b5e |
UHC | ?þIn}?þIn{^ | 00111111101010011010110101001001011011100111110100111111101010011010110101001001011011100111101101011110 | 3fa9ad496e7d3fa9ad496e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)