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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 佇瓏武 | 100110001100100011100000111110101001010110010000 | 98c8e0fa9590 |
EUC-JP | 佇瓏武 | 110100001100101011100000111111001100100111110000 | d0cae0fcc9f0 |
UTF-8 | 佇瓏武 | 111001001011110110000111111001111001001110001111111001101010110110100110 | e4bd87e7938fe6ada6 |
UHC | 佇瓏武 | 111011101011011111010110111010101101100111101011 | eeb7d6ead9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)