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 | 堊? | 100110101011111100111111 | 9abf3f |
EUC-JP | 堊? | 110101001100000100111111 | d4c13f |
UTF-8 | 堊곭 | 111001011010000010001010111010101011001110101101 | e5a08aeab3ad |
UHC | 堊곭 | 11100100101111101000000111100111 | e4be81e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)