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 | ãMS | 111000110100110110000011100011001001000001010011 | e34d838c9053 |
SJIS-WIN | ?M???S | 001111110100110100111111001111110011111101010011 | 3f4d3f3f3f53 |
EUC-JP | ãM???S | 1000111110101011101010100100110100111111001111110011111101010011 | 8fabaa4d3f3f3f53 |
UTF-8 | ãMS | 11000011101000110100110111000010100000111100001010001100110000101001000001010011 | c3a34dc283c28cc29053 |
UHC | ?M???S | 001111110100110100111111001111110011111101010011 | 3f4d3f3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)