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 | MIh | 1001001001001101100100100100100101101000 | 924d924968 |
SJIS-WIN | ?M?Ih | 0011111101001101001111110100100101101000 | 3f4d3f4968 |
EUC-JP | ?M?Ih | 0011111101001101001111110100100101101000 | 3f4d3f4968 |
UTF-8 | MIh | 11000010100100100100110111000010100100100100100101101000 | c2924dc2924968 |
UHC | ?M?Ih | 0011111101001101001111110100100101101000 | 3f4d3f4968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)