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 | 濟芥}濟芥{^ | 1110000001011010100010100100100001111101111000000101101010001010010010000111101101011110 | e05a8a487de05a8a487b5e |
EUC-JP | 濟芥}濟芥{^ | 1101111110111011101100111010100101111101110111111011101110110011101010010111101101011110 | dfbbb3a97ddfbbb3a97b5e |
UTF-8 | 濟芥}濟芥{^ | 111001101011111110011111111010001000101010100101011111011110011010111111100111111110100010001010101001010111101101011110 | e6bf9fe88aa57de6bf9fe88aa57b5e |
UHC | 濟芥}濟芥{^ | 1111000010101101110010111100111001111101111100001010110111001011110011100111101101011110 | f0adcbce7df0adcbce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)