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 | ? | 00111111 | 3f |
SJIS-WIN | 籬 | 1110001011011111 | e2df |
EUC-JP | 籬 | 1110010011100001 | e4e1 |
UTF-8 | 籬 | 111001111011000110101100 | e7b1ac |
UHC | 籬 | 1101011111100110 | d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)