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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 蜀カ] | 11100101100001101011011001011101 | e586b65d |
EUC-JP | 蜀カ] | 1110100111100110100011101011011001011101 | e9e68eb65d |
UTF-8 | 蜀カ] | 11101000100111001000000011101111101111011011011001011101 | e89c80efbdb65d |
UHC | 蜀?] | 11110101101110010011111101011101 | f5b93f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)