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{\ | 1001101001001101100111110111101101011100 | 9a4d9f7b5c |
SJIS-WIN | ?M?{\ | 0011111101001101001111110111101101011100 | 3f4d3f7b5c |
EUC-JP | ?M?{\ | 0011111101001101001111110111101101011100 | 3f4d3f7b5c |
UTF-8 | M{\ | 11000010100110100100110111000010100111110111101101011100 | c29a4dc29f7b5c |
UHC | ?M?{\ | 0011111101001101001111110111101101011100 | 3f4d3f7b5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)