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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鴣ー鯰・^ | 11101001111100111011000011101001110011101010010101011110 | e9f3b0e9cea55e |
EUC-JP | 鴣ー鯰・^ | 111100101111010110001110101100001111001011010000100011101010010101011110 | f2f58eb0f2d08ea55e |
UTF-8 | 鴣ー鯰・^ | 11101001101101001010001111101111101111011011000011101001101011111011000011101111101111011010010101011110 | e9b4a3efbdb0e9afb0efbda55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)