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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 衣?]H | 1000100011011111001111110101110101001000 | 88df3f5d48 |
EUC-JP | 衣?]H | 1011000011100001001111110101110101001000 | b0e13f5d48 |
UTF-8 | 衣렍]H | 1110100010100001101000111110101110100000100011010101110101001000 | e8a1a3eba08d5d48 |
UHC | 衣렍]H | 111010111111110110001110101000110101110101001000 | ebfd8ea35d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)