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^ | 0011111100111111001111110100110101011110 | 3f3f3f4d5e |
SJIS-WIN | 隘??M^ | 111010001010010100111111001111110100110101011110 | e8a53f3f4d5e |
EUC-JP | 隘??M^ | 111100001010011100111111001111110100110101011110 | f0a73f3f4d5e |
UTF-8 | 隘녽걫M^ | 1110100110011010100110001110101110000101101111011110101010110001101010110100110101011110 | e99a98eb85bdeab1ab4d5e |
UHC | 隘녽걫M^ | 1110010011110110100001101110100110000001100101000100110101011110 | e4f686e981944d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)