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 | 袰蕣 | 11100101110111001110010011111010 | e5dce4fa |
EUC-JP | 袰蕣 | 11101010110111101110100011111100 | eadee8fc |
UTF-8 | 袰蕣 | 111010001010001010110000111010001001010110100011 | e8a2b0e895a3 |
UHC | ?蕣 | 001111111110001011110010 | 3fe2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)