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 | ME | 100100010100110101000101 | 914d45 |
SJIS-WIN | ?ME | 001111110100110101000101 | 3f4d45 |
EUC-JP | ?ME | 001111110100110101000101 | 3f4d45 |
UTF-8 | ME | 11000010100100010100110101000101 | c2914d45 |
UHC | ?ME | 001111110100110101000101 | 3f4d45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)