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 | 邁皮 | 11100111101100001001010011100111 | e7b094e7 |
EUC-JP | 邁皮 | 11101110101100101100100011101001 | eeb2c8e9 |
UTF-8 | 邁皮 | 111010011000001010000001111001111001101010101110 | e98281e79aae |
UHC | 邁皮 | 11011000111001001111100110101011 | d8e4f9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)