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 | MGL | 1001101001001101010001111001101001001100 | 9a4d479a4c |
SJIS-WIN | ?MG?L | 0011111101001101010001110011111101001100 | 3f4d473f4c |
EUC-JP | ?MG?L | 0011111101001101010001110011111101001100 | 3f4d473f4c |
UTF-8 | MGL | 11000010100110100100110101000111110000101001101001001100 | c29a4d47c29a4c |
UHC | ?MG?L | 0011111101001101010001110011111101001100 | 3f4d473f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)