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 | µÃÒúy | 1011010111000011110100101111101001111001 | b5c3d2fa79 |
SJIS-WIN | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
EUC-JP | ?ÃÒúy | 0011111110001111101010101010101010001111101010101101001010001111101010111110001001111001 | 3f8faaaa8faad28fabe279 |
UTF-8 | µÃÒúy | 110000101011010111000011100000111100001110010010110000111011101001111001 | c2b5c383c392c3ba79 |
UHC | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)