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 | 風? | 100101011001011100111111 | 95973f |
EUC-JP | 風? | 110010011111011100111111 | c9f73f |
UTF-8 | 風었 | 111010011010001010101000111011001001011110001000 | e9a2a8ec9788 |
UHC | 風었 | 11111001101001101011111011111010 | f9a6befa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)