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 | ??b | 001111110011111101100010 | 3f3f62 |
SJIS-WIN | 蜃ケb | 11100101100001111011100101100010 | e587b962 |
EUC-JP | 蜃ケb | 1110100111100111100011101011100101100010 | e9e78eb962 |
UTF-8 | 蜃ケb | 11101000100111001000001111101111101111011011100101100010 | e89c83efbdb962 |
UHC | 蜃?b | 11100011111100010011111101100010 | e3f13f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)