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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 崑崑h崑崑 | 100110111100000010011011110000000110100010011011110000001001101111000000 | 9bc09bc0689bc09bc0 |
EUC-JP | 崑崑h崑崑 | 110101101100001011010110110000100110100011010110110000101101011011000010 | d6c2d6c268d6c2d6c2 |
UTF-8 | 崑崑h崑崑 | 11100101101101001001000111100101101101001001000101101000111001011011010010010001111001011011010010010001 | e5b491e5b49168e5b491e5b491 |
UHC | 崑崑h崑崑 | 110011011101111111001101110111110110100011001101110111111100110111011111 | cddfcddf68cddfcddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)