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 | 逍厭逍閲^ | 111001111001011010001001011111011110011110010110100010010111101101011110 | e796897de796897b5e |
EUC-JP | 逍厭逍閲^ | 111011011111011010110001110111101110110111110110101100011101110001011110 | edf6b1deedf6b1dc5e |
UTF-8 | 逍厭逍閲^ | 11101001100000001000110111100101100011101010110111101001100000001000110111101001100101101011001001011110 | e9808de58eade9808de996b25e |
UHC | 逍厭逍?^ | 1110000111001110111001101111010011100001110011100011111101011110 | e1cee6f4e1ce3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)