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?^ | 0011111100111111010011010011111101011110 | 3f3f4d3f5e |
SJIS-WIN | 卒短M続^ | 1001000110110010100100100101101001001101100100011011000101011110 | 91b2925a4d91b15e |
EUC-JP | 卒短M続^ | 1100001010110100110000111011101101001101110000101011001101011110 | c2b4c3bb4dc2b35e |
UTF-8 | 卒短M続^ | 1110010110001101100100101110011110011111101011010100110111100111101101101001101001011110 | e58d92e79fad4de7b69a5e |
UHC | 卒短M?^ | 11110000111011111101001110101101010011010011111101011110 | f0efd3ad4d3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)