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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 抃褒 | 10011101010101101001011001001010 | 9d56964a |
EUC-JP | 抃褒 | 11011001101101111100101110101011 | d9b7cbab |
UTF-8 | 抃褒 | 111001101000101010000011111010001010010010010010 | e68a83e8a492 |
UHC | ?褒 | 001111111111100011100110 | 3ff8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)