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 | ?Mz?MzB | 00111111010011010111101000111111010011010111101001000010 | 3f4d7a3f4d7a42 |
SJIS-WIN | 衷Mz衷MzB | 100100101000111101001101011110101001001010001111010011010111101001000010 | 928f4d7a928f4d7a42 |
EUC-JP | 衷Mz衷MzB | 110000111110111101001101011110101100001111101111010011010111101001000010 | c3ef4d7ac3ef4d7a42 |
UTF-8 | 衷Mz衷MzB | 1110100010100001101101110100110101111010111010001010000110110111010011010111101001000010 | e8a1b74d7ae8a1b74d7a42 |
UHC | 衷Mz衷MzB | 111101011111101101001101011110101111010111111011010011010111101001000010 | f5fb4d7af5fb4d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)