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 | 聿暑 | 11100011111001001000111110001011 | e3e48f8b |
EUC-JP | 聿暑 | 11100110111001101011110111101011 | e6e6bdeb |
UTF-8 | 聿暑 | 111010001000000110111111111001101001101010010001 | e881bfe69a91 |
UHC | 聿暑 | 11101011110100111101111111110100 | ebd3dff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)