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 | 崑?}崑?{^ | 100110111100000000111111011111011001101111000000001111110111101101011110 | 9bc03f7d9bc03f7b5e |
EUC-JP | 崑?}崑?{^ | 110101101100001000111111011111011101011011000010001111110111101101011110 | d6c23f7dd6c23f7b5e |
UTF-8 | 崑숩}崑숩{^ | 111001011011010010010001111011001000100010101001011111011110010110110100100100011110110010001000101010010111101101011110 | e5b491ec88a97de5b491ec88a97b5e |
UHC | 崑숩}崑숩{^ | 1100110111011111101111001111110001111101110011011101111110111100111111000111101101011110 | cddfbcfc7dcddfbcfc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)