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 | 塋?鵝?^ | 10011010110010000011111111101010010000000011111101011110 | 9ac83fea403f5e |
EUC-JP | 塋?鵝?^ | 11010100110010100011111111110011101000010011111101011110 | d4ca3ff3a13f5e |
UTF-8 | 塋챒鵝냰^ | 11100101101000011000101111101100101100011001001011101001101101011001110111101011100000111011000001011110 | e5a18becb192e9b59deb83b05e |
UHC | 塋챒鵝냰^ | 111001111010101110101010011001001110010010111101100001100111101001011110 | e7abaa64e4bd867a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)