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 | 讙葩}讙葩{^ | 1110011010101010111001001101101101111101111001101010101011100100110110110111101101011110 | e6aae4db7de6aae4db7b5e |
EUC-JP | 讙葩}讙葩{^ | 1110110010101100111010001101110101111101111011001010110011101000110111010111101101011110 | ecace8dd7decace8dd7b5e |
UTF-8 | 讙葩}讙葩{^ | 111010001010111010011001111010001001000110101001011111011110100010101110100110011110100010010001101010010111101101011110 | e8ae99e891a97de8ae99e891a97b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)