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 | ÂMGÂL | 11000010100110100100110101000111110000101001101001001100 | c29a4d47c29a4c |
SJIS-WIN | ??MG??L | 00111111001111110100110101000111001111110011111101001100 | 3f3f4d473f3f4c |
EUC-JP | Â?MGÂ?L | 1000111110101010101001000011111101001101010001111000111110101010101001000011111101001100 | 8faaa43f4d478faaa43f4c |
UTF-8 | ÂMGÂL | 1100001110000010110000101001101001001101010001111100001110000010110000101001101001001100 | c382c29a4d47c382c29a4c |
UHC | ??MG??L | 00111111001111110100110101000111001111110011111101001100 | 3f3f4d473f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)