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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鉐ャ | 111001111110111110101100 | e7efac |
EUC-JP | 鉐ャ | 11101110111100011000111010101100 | eef18eac |
UTF-8 | 鉐ャ | 111010011000100110010000111011111011110110101100 | e98990efbdac |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)