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 | 羣剰 | 11100011101110001000111111101000 | e3b88fe8 |
EUC-JP | 羣剰 | 11100110101110101011111011101010 | e6babeea |
UTF-8 | 羣剰 | 111001111011111010100011111001011000100110110000 | e7bea3e589b0 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)