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 | 蜃ケ] | 11100101100001111011100101011101 | e587b95d |
EUC-JP | 蜃ケ] | 1110100111100111100011101011100101011101 | e9e78eb95d |
UTF-8 | 蜃ケ] | 11101000100111001000001111101111101111011011100101011101 | e89c83efbdb95d |
UHC | 蜃?] | 11100011111100010011111101011101 | e3f13f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)