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 | 11110010111101011011110010101111010011011111001011110101 | f2f5bcaf4df2f5 |
EUC-JP | ?シッM? | 00111111100011101011110010001110101011110100110100111111 | 3f8ebc8eaf4d3f |
UTF-8 | シッM | 11101110100010001010110011101111101111011011110011101111101111011010111101001101111011101000100010101100 | ee88acefbdbcefbdaf4dee88ac |
UHC | ???M? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)