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 | 風렕 | 111010011010001010101000111010111010000010010101 | e9a2a8eba095 |
UHC | 風렕 | 11111001101001101000111010101010 | f9a68eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)