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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 逡ッ邯畷≒^ | 11100111100101011010111111100111101101101001001111101011100000011110000001011110 | e795afe7b693eb81e05e |
EUC-JP | 逡ッ邯畷≒^ | 1110110111110101100011101010111111101110101110001100011011101101101000101110001001011110 | edf58eafeeb8c6eda2e25e |
UTF-8 | 逡ッ邯畷≒^ | 11101001100000001010000111101111101111011010111111101001100000101010111111100111100101011011011111100010100010011001001001011110 | e980a1efbdafe982afe795b7e289925e |
UHC | 逡?邯?≒^ | 111100011110010000111111110010101111101100111111101000011101011001011110 | f1e43fcafb3fa1d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)