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 | ???M? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-WIN | 曜??M? | 100101110110101000111111001111110100110100111111 | 976a3f3f4d3f |
EUC-JP | 曜??M? | 110011011100101100111111001111110100110100111111 | cdcb3f3f4d3f |
UTF-8 | 曜쒕젡M遼 | 11100110100110111001110011101100100100101001010111101100101000001010000101001101111011111010011110000011 | e69b9cec9295eca0a14defa783 |
UHC | 曜쒕젡M遼 | 111010001111100010011100111010111010000010011010010011011110100110101100 | e8f89ceba09a4de9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)