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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 驤シ蝓キ] | 11101001100010001011110011100101100111111011011101011101 | e988bce59fb75d |
EUC-JP | 驤シ蝓キ] | 111100011110100010001110101111001110101010100001100011101011011101011101 | f1e88ebceaa18eb75d |
UTF-8 | 驤シ蝓キ] | 11101001101010011010010011101111101111011011110011101000100111011001001111101111101111011011011101011101 | e9a9a4efbdbce89d93efbdb75d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)