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 | 瞎菁 | 11100001110100001110010011000101 | e1d0e4c5 |
EUC-JP | 瞎菁 | 11100010110100101110100011000111 | e2d2e8c7 |
UTF-8 | 瞎菁 | 111001111001111010001110111010001000111110000001 | e79e8ee88f81 |
UHC | ?菁 | 001111111111010011101010 | 3ff4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)