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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 貶管^ | 1110011011001000100010101100011101011110 | e6c88ac75e |
EUC-JP | 貶管^ | 1110110011001010101101001100100101011110 | eccab4c95e |
UTF-8 | 貶管^ | 11101000101100101011011011100111101011101010000101011110 | e8b2b6e7aea15e |
UHC | 貶管^ | 1111100010111111110011101011011101011110 | f8bfceb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)