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 | 織顰 | 10010000010001001110100011111100 | 9044e8fc |
EUC-JP | 織顰 | 10111111101001011111000011111110 | bfa5f0fe |
UTF-8 | 織顰 | 111001111011100110010100111010011010000110110000 | e7b994e9a1b0 |
UHC | 織? | 111100101100010000111111 | f2c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)